]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsx11.cpp
Added wxRichTextTableBlock class to help with table UI operations
[wxWidgets.git] / src / unix / utilsx11.cpp
index b111e2b9cdca35812416f53e71ab554aad7aab47..12ff73e6a390283eac6a05364fc1d4a565a22138 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Mattia Barbon, Vaclav Slavik, Robert Roebling
 // Modified by:
 // Created:     25.03.02
 // Author:      Mattia Barbon, Vaclav Slavik, Robert Roebling
 // Modified by:
 // Created:     25.03.02
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -854,6 +853,8 @@ bool wxGetKeyState(wxKeyCode key)
     return key_vector[keyCode >> 3] & (1 << (keyCode & 7));
 }
 
     return key_vector[keyCode >> 3] & (1 << (keyCode & 7));
 }
 
+#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11)
+
 // ----------------------------------------------------------------------------
 // Launch document with default app
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // Launch document with default app
 // ----------------------------------------------------------------------------
@@ -930,6 +931,4 @@ bool wxDoLaunchDefaultBrowser(const wxString& url, int flags)
     return false;
 }
 
     return false;
 }
 
-#endif // !defined(__WXGTK__) || defined(GDK_WINDOWING_X11)
-
 #endif // __WXX11__ || __WXGTK__ || __WXMOTIF__
 #endif // __WXX11__ || __WXGTK__ || __WXMOTIF__