]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/gsockx11.c
fix compilation for GTK1
[wxWidgets.git] / src / x11 / gsockx11.c
index 1eabbedac923456bc635731c1bb565d530ed7035..6fc3464ec7a89c4d937c9503abe718c9cefd8fe4 100644 (file)
@@ -30,7 +30,7 @@ void wxUnregisterSocketCallback(int fd, wxSocketTableType socketType);
 static void _GSocket_X11_Input(int *fid, void* data)
 {
   GSocket *socket = (GSocket *)data;
-
+  
   _GSocket_Detected_Read(socket);
 }
 
@@ -76,8 +76,10 @@ void _GSocket_Install_Callback(GSocket *socket, GSocketEvent event)
     default: return;
   }
 
-  //  if (m_id[c] != -1)
-  //    XtRemoveInput(m_id[c]);
+#if 0
+  if (m_id[c] != -1)
+      XtRemoveInput(m_id[c]);
+#endif /* 0 */
 
   if (c == 0)
   {