]> 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 f9870d43c824051ec2c8b729d86f9bb652f2e917..535a7b4d4251e03eb7e3d820011699e30dee4b6c 100644 (file)
@@ -59,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;
 
@@ -88,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;