]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.cpp
Initial checkin of the wxFrame support added by Aleks G.
[wxWidgets.git] / samples / joytest / joytest.cpp
index 92add26604ca1b80f0658e3356a024adf9ec17c1..900fe3b6861a80a00b3523b882d88a90b7c0b88b 100644 (file)
@@ -20,8 +20,8 @@
 #include "wx/wx.h"
 #endif
 
-#include <wx/msw/wave.h>
-#include <wx/msw/joystick.h>
+#include <wx/wave.h>
+#include <wx/joystick.h>
 
 #include "joytest.h"
 
@@ -164,8 +164,3 @@ void MyFrame::OnActivate(wxActivateEvent& event)
   if (event.GetActive() && canvas)
     canvas->SetFocus();
 }
-
-bool MyFrame::OnClose(void)
-{
-  return TRUE;
-}
\ No newline at end of file