]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dialup.cpp
corrected redraw problems with native controls
[wxWidgets.git] / src / unix / dialup.cpp
index f64e45fd903055a597e087040c419fea49e12cba..54797d807c490728aedf1b5346888f537986a316 100644 (file)
@@ -46,6 +46,9 @@
 #include <arpa/inet.h>
 #include <errno.h>
 
+DEFINE_EVENT_TYPE(wxEVT_DIALUP_CONNECTED)
+DEFINE_EVENT_TYPE(wxEVT_DIALUP_DISCONNECTED)
+
 // ----------------------------------------------------------------------------
 // A class which groups functions dealing with connecting to the network from a
 // workstation using dial-up access to the net. There is at most one instance