]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/gsockx11.c
more fixes to radio menu items: fixed Check() for them; allow separators inside the...
[wxWidgets.git] / src / x11 / gsockx11.c
index 1297cecdee1d7517042c0227e99b3842224f9259..b6199391e63897abf5df472f477155ac2a8cade0 100644 (file)
@@ -1,7 +1,7 @@
 /* -------------------------------------------------------------------------
  * Project: GSocket (Generic Socket) for WX
  * Name:    gsockmot.c
- * Purpose: GSocket: Motif part
+ * Purpose: GSocket: X11 part
  * CVSID:   $Id$
  * ------------------------------------------------------------------------- */
 
 #if wxUSE_SOCKETS
 
 #include <stdlib.h>
-#include <X11/Intrinsic.h>
+// #include <X11/Intrinsic.h>
 #include "wx/gsocket.h"
 #include "wx/unix/gsockunx.h"
 
+// TODO: Raw X11 version
+#if 0
+
 extern XtAppContext wxGetAppContext();
 
 static void _GSocket_Motif_Input(XtPointer data, int *fid,
@@ -123,4 +126,7 @@ void _GSocket_Disable_Events(GSocket *socket)
 /* some compilers don't like having empty source files */
 static int wxDummyGsockVar = 0;
 
+#endif
+ // 0
+
 #endif /* wxUSE_SOCKETS/!wxUSE_SOCKETS */