projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git]
/
include
/
wx
/
gtk
/
region.h
diff --git
a/include/wx/gtk/region.h
b/include/wx/gtk/region.h
index 1886952495a9724e20c54b13b7118f4e557eeb86..26caf77531d10873046460a30227ae4030bfd05b 100644
(file)
--- a/
include/wx/gtk/region.h
+++ b/
include/wx/gtk/region.h
@@
-37,6
+37,7
@@
public:
wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
+#if wxUSE_IMAGE
wxRegion( const wxBitmap& bmp)
{
Union(bmp);
wxRegion( const wxBitmap& bmp)
{
Union(bmp);
@@
-46,6
+47,7
@@
public:
{
Union(bmp, transColour, tolerance);
}
{
Union(bmp, transColour, tolerance);
}
+#endif // wxUSE_IMAGE
virtual ~wxRegion();
virtual ~wxRegion();