]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/timer.cpp
Documentation states scrollbars (plural) are switched off by wxHW_SCROLLBAR_NEVER,
[wxWidgets.git] / src / palmos / timer.cpp
index 254369d4b0cfe46bb82a5b9eb9ea8f933ccd4024..426dc3036748f2f7bc76e572930531a0beaa001d 100644 (file)
@@ -1,18 +1,14 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/timer.cpp
+// Name:        src/palmos/timer.cpp
 // Purpose:     wxTimer implementation
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "timer.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -23,8 +19,8 @@
 #if wxUSE_TIMER
 
 #ifndef WX_PRECOMP
-    #include "wx/window.h"
     #include "wx/list.h"
+    #include "wx/window.h"
     #include "wx/event.h"
     #include "wx/app.h"
     #include "wx/intl.h"
@@ -102,4 +98,3 @@ void WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD)
 }
 
 #endif // wxUSE_TIMER
-