]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/private/timer.h
activating DrawRectangle optimization
[wxWidgets.git] / include / wx / gtk / private / timer.h
index 2753541ef65b2b4b6f84901570c64ae6daef88d3..f5b58dc9d880522a88f2a55fdf870fdfa467ed30 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/private/gtk/timer.h
+// Name:        wx/gtk/private/timer.h
 // Purpose:     wxTimerImpl for wxGTK
 // Author:      Robert Roebling
 // Id:          $Id$
 // Purpose:     wxTimerImpl for wxGTK
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -10,6 +10,8 @@
 #ifndef _WX_GTK_PRIVATE_TIMER_H_
 #define _WX_GTK_PRIVATE_TIMER_H_
 
 #ifndef _WX_GTK_PRIVATE_TIMER_H_
 #define _WX_GTK_PRIVATE_TIMER_H_
 
+#if wxUSE_TIMER
+
 #include "wx/private/timer.h"
 
 //-----------------------------------------------------------------------------
 #include "wx/private/timer.h"
 
 //-----------------------------------------------------------------------------
@@ -19,7 +21,7 @@
 class WXDLLIMPEXP_CORE wxGTKTimerImpl : public wxTimerImpl
 {
 public:
 class WXDLLIMPEXP_CORE wxGTKTimerImpl : public wxTimerImpl
 {
 public:
-    wxGTKTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { m_sourceId = 0; };
+    wxGTKTimerImpl(wxTimer* timer) : wxTimerImpl(timer) { m_sourceId = 0; }
 
     virtual bool Start( int millisecs = -1, bool oneShot = false );
     virtual void Stop();
 
     virtual bool Start( int millisecs = -1, bool oneShot = false );
     virtual void Stop();
@@ -29,4 +31,6 @@ protected:
     int m_sourceId;
 };
 
     int m_sourceId;
 };
 
+#endif // wxUSE_TIMER
+
 #endif // _WX_GTK_PRIVATE_TIMER_H_
 #endif // _WX_GTK_PRIVATE_TIMER_H_