]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/drawing/drawing.cpp
show the resize cursor when the mouse is above the grip and not only when it's just...
[wxWidgets.git] / samples / drawing / drawing.cpp
index a019bf45cd21f2a31e4ed63a3c85a1eb900257db..e08e04250d80e83474eb31184860f0767000fcfe 100644 (file)
@@ -43,7 +43,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
     #include "mondrian.xpm"
 #endif