]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/ogl/src/basic.h
Some OGl updates:
[wxWidgets.git] / utils / ogl / src / basic.h
index 8374b2c345c8c76208e857a2cf94ce7422555702..9c52020c85cb51c74798493cf4d7400422ff18bd 100644 (file)
@@ -118,6 +118,12 @@ class WXDLLEXPORT wxExprDatabase;
 // Round up
 #define WXROUND(x) ( (long) (x + 0.5) )
 
+
+// logical function to use when drawing rubberband boxes, etc.
+#define OGLRBLF         wxINVERT
+
+
+
 class wxShapeEvtHandler: public wxObject
 {
  DECLARE_DYNAMIC_CLASS(wxShapeEvtHandler)