]> source.dussan.org Git - tigervnc.git/commitdiff
FULLSCREEN should be 1<<19, not 1<<18
authorDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 05:46:20 +0000 (05:46 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 05:46:20 +0000 (05:46 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4518 3789f03b-4d11-0410-bbf8-ca57d06f2519

fltk/extensions.patch

index aa5898ce94e7c373dee8396a797c22ff4bdd4988..6eebe84b9c9e87987cb5eb961852152c9b718f3b 100644 (file)
@@ -1723,7 +1723,7 @@ diff -bur fltk-1.3.x-r8732.org/FL/Fl_Widget.H fltk-1.3.x-r8732/FL/Fl_Widget.H
          GROUP_RELATIVE  = 1<<16,  ///< position this widget relative to the parent group, not to the window
          COPIED_TOOLTIP  = 1<<17,  ///< the widget tooltip is internally copied, its destruction is handled by the widget
          SIMPLE_KEYBOARD = 1<<18,  ///< the widget wants simple, consistent keypresses and not advanced input (like character composition and CJK input)
-+        FULLSCREEN      = 1<<18,  ///< a fullscreen window (Fl_Window)
++        FULLSCREEN      = 1<<19,  ///< a fullscreen window (Fl_Window)
          // (space for more flags)
          USERFLAG3       = 1<<29,  ///< reserved for 3rd party extensions
          USERFLAG2       = 1<<30,  ///< reserved for 3rd party extensions