projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing wxBitmapComboBox::Insert() implementation
[wxWidgets.git]
/
src
/
palmos
/
cursor.cpp
diff --git
a/src/palmos/cursor.cpp
b/src/palmos/cursor.cpp
index ca22a20e548d51bac50e11b63fbf5f0e44341ec5..0ca38c4933a72f3a1c5755a2a85caab186efd417 100644
(file)
--- a/
src/palmos/cursor.cpp
+++ b/
src/palmos/cursor.cpp
@@
-80,23
+80,15
@@
wxCursor::wxCursor(const wxImage& image)
}
#endif
}
#endif
-wxCursor::wxCursor(const char WXUNUSED(bits)[],
- int WXUNUSED(width),
- int WXUNUSED(height),
- int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY),
- const char WXUNUSED(maskBits)[])
-{
-}
-
wxCursor::wxCursor(const wxString& filename,
wxCursor::wxCursor(const wxString& filename,
-
long
kind,
+
wxBitmapType
kind,
int hotSpotX,
int hotSpotY)
{
}
// Cursors by stock number
int hotSpotX,
int hotSpotY)
{
}
// Cursors by stock number
-
wxCursor::wxCursor
(wxStockCursor idCursor)
+
void wxCursor::InitFromStock
(wxStockCursor idCursor)
{
}
{
}