projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed incorrect param from docs
[wxWidgets.git]
/
src
/
os2
/
palette.cpp
diff --git
a/src/os2/palette.cpp
b/src/os2/palette.cpp
index 889d289d4b14df9da61eaafb307f5451b1f998b2..e0461db8af2a05703198c3dbf112277eb21bf905 100644
(file)
--- a/
src/os2/palette.cpp
+++ b/
src/os2/palette.cpp
@@
-24,6
+24,7
@@
#include "assert.h"
#include "assert.h"
+IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)
/*
* Palette
/*
* Palette
@@
-91,6
+92,7
@@
bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *gre
M_PALETTEDATA->m_hPalette = (WXHPALETTE) CreatePalette((LPLOGPALETTE)npPal);
LocalFree((HANDLE)npPal);
*/
M_PALETTEDATA->m_hPalette = (WXHPALETTE) CreatePalette((LPLOGPALETTE)npPal);
LocalFree((HANDLE)npPal);
*/
+ return FALSE;
}
int wxPalette::GetPixel(const unsigned char red, const unsigned char green, const unsigned char blue) const
}
int wxPalette::GetPixel(const unsigned char red, const unsigned char green, const unsigned char blue) const