summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-27 06:58:54 +0000
committerManolo Gouy <Manolo>2016-03-27 06:58:54 +0000
commit5f14fc3e9b81d082966665209c4246cbdfee0005 (patch)
treefc67bdd993d6e88dccf8200e096d2b1bb09d5bc5 /src/Fl_Menu_Window.cxx
parentc7b1591486bf03becbf7414b2d9cac908bd7ee3c (diff)
Rewrite Fl_Overlay_Window class under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11440 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Menu_Window.cxx')
-rw-r--r--src/Fl_Menu_Window.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Fl_Menu_Window.cxx b/src/Fl_Menu_Window.cxx
index 4a2bb1709..44098817b 100644
--- a/src/Fl_Menu_Window.cxx
+++ b/src/Fl_Menu_Window.cxx
@@ -32,10 +32,7 @@
// WIN32 note: HAVE_OVERLAY is false
#if HAVE_OVERLAY
#include <FL/x.H>
-extern XVisualInfo *fl_find_overlay_visual();
extern XVisualInfo *fl_overlay_visual;
-extern Colormap fl_overlay_colormap;
-extern unsigned long fl_transparent_pixel;
extern uchar fl_overlay; // changes how fl_color(x) works
#endif