]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gsockmot.cpp
PCX handler now working for reading (8bit and 24bit images).
[wxWidgets.git] / src / motif / gsockmot.cpp
index af86c62dfb00fc49f100bd6ff3e68d6f2a993934..535a7b4d4251e03eb7e3d820011699e30dee4b6c 100644 (file)
@@ -4,6 +4,11 @@
 // Purpose: GSocket: Motif part
 // CVSID:   $Id$
 // -------------------------------------------------------------------------
+
+#include "wx/setup.h"
+
+#if wxUSE_SOCKETS
+
 #include <stdlib.h>
 #include <X11/Intrinsic.h>
 #include <wx/gsocket.h>
@@ -54,7 +59,7 @@ void _GSocket_GUI_Destroy(GSocket *socket)
   free(socket->m_gui_dependent);
 }
 
-void _GSocket_Install_Fallback(GSocket *socket, GSocketEvent event)
+void _GSocket_Install_Callback(GSocket *socket, GSocketEvent event)
 {
   int *m_id;
 
@@ -83,7 +88,7 @@ void _GSocket_Install_Fallback(GSocket *socket, GSocketEvent event)
   }
 }
 
-void _GSocket_Uninstall_Fallback(GSocket *socket, GSocketEvent event)
+void _GSocket_Uninstall_Callback(GSocket *socket, GSocketEvent event)
 {
   int c;
   int *m_id;
@@ -113,3 +118,5 @@ unsigned long GSocket_GetEventID(GSocket *socket)
 void GSocket_DoEvent(unsigned long evt_id)
 {
 }
+
+#endif // wxUSE_SOCKETS