From 79180b83ae5f3d6edd15696951a3d1b94a691824 Mon Sep 17 00:00:00 2001 From: DRC Date: Thu, 23 Jun 2011 05:46:20 +0000 Subject: [PATCH] FULLSCREEN should be 1<<19, not 1<<18 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4518 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- fltk/extensions.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fltk/extensions.patch b/fltk/extensions.patch index aa5898ce..6eebe84b 100644 --- a/fltk/extensions.patch +++ b/fltk/extensions.patch @@ -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 -- 2.39.5