]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/dialog.hxx
prepare for pending plib change: set combobox/selectbox input field colors
[flightgear.git] / src / GUI / dialog.hxx
index 5242c7854802fecea43293381a551b655717277d..0895ce9c27473f7c3a439cccab27d4c8d3c36393 100644 (file)
@@ -7,7 +7,7 @@
 # error This library requires C++
 #endif
 
-#include <plib/puAux.h>
+#include <plib/pu.h>
 #include <plib/sg.h>
 
 #include <simgear/compiler.h>  // for SG_USING_STD
@@ -108,7 +108,8 @@ private:
         HIGHLIGHT = 0x04,
         LABEL = 0x08,
         LEGEND = 0x10,
-        MISC = 0x20
+        MISC = 0x20,
+        EDITFIELD = 0x40
     };
 
     // Private copy constructor to avoid unpleasant surprises.