projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added missing include guards
[wxWidgets.git]
/
include
/
wx
/
x11
/
bitmap.h
diff --git
a/include/wx/x11/bitmap.h
b/include/wx/x11/bitmap.h
index 4fa848590a9979c73267b9508dcfb5732053c479..55043f8cb101ef3f039ffd16b35f25be2b3e77a4 100644
(file)
--- a/
include/wx/x11/bitmap.h
+++ b/
include/wx/x11/bitmap.h
@@
-122,7
+122,7
@@
public:
protected:
bool CreateFromXpm(const char **bits);
protected:
bool CreateFromXpm(const char **bits);
- bool CreateFromImage(const wxImage& image, int depth);
+ bool CreateFromImage(const wxImage& image, int depth
= -1
);
private:
DECLARE_DYNAMIC_CLASS(wxBitmap)
private:
DECLARE_DYNAMIC_CLASS(wxBitmap)