]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/privx.h
Implement SelectAll for OSX WebKit.
[wxWidgets.git] / include / wx / x11 / privx.h
index ef445f3ba3e75426fcb716b67fc2a269932cfcfe..7cfd8616adf2976b8da58392c64e3b96798b0060 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        privx.h
+// Name:        wx/x11/privx.h
 // Purpose:     Private declarations common to X11 and Motif ports
 // Author:      Julian Smart
 // Modified by:
@@ -66,9 +66,6 @@ void wxAllocColor(Display *display,Colormap colormap,XColor *xcolor);
 // For debugging
 wxString wxGetXEventName(XEvent& event);
 
-// Is the window visible?
-bool wxWindowIsVisible(Window win);
-
 #if wxUSE_NANOX
 #define XEventGetWindow(event) event->general.wid
 #define XEventGetType(event) event->general.type