X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/571d991bb3232f0dcd3319dbdc9d35e5c80f4c71..b736d59eb531794e6b1cef2b4997c517569ff0dd:/include/wx/x11/privx.h diff --git a/include/wx/x11/privx.h b/include/wx/x11/privx.h index ef445f3ba3..c4de8021ea 100644 --- a/include/wx/x11/privx.h +++ b/include/wx/x11/privx.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: privx.h +// Name: wx/x11/privx.h // Purpose: Private declarations common to X11 and Motif ports // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -66,9 +65,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