]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/powercmn.cpp
Mention wxGTK wxAnimation implementation limitations in the docs.
[wxWidgets.git] / src / common / powercmn.cpp
index c15ebebc93fe66c7c884a4748691c824ce0b641f..c71b9171bd6309202c74b204f5833a60601af174 100644 (file)
 // ============================================================================
 
 #ifdef wxHAS_POWER_EVENTS
-    wxDEFINE_EVENT( wxEVT_POWER_SUSPENDING, wxPowerEvent )
-    wxDEFINE_EVENT( wxEVT_POWER_SUSPENDED, wxPowerEvent )
-    wxDEFINE_EVENT( wxEVT_POWER_SUSPEND_CANCEL, wxPowerEvent )
-    wxDEFINE_EVENT( wxEVT_POWER_RESUME, wxPowerEvent )
+    wxDEFINE_EVENT( wxEVT_POWER_SUSPENDING, wxPowerEvent );
+    wxDEFINE_EVENT( wxEVT_POWER_SUSPENDED, wxPowerEvent );
+    wxDEFINE_EVENT( wxEVT_POWER_SUSPEND_CANCEL, wxPowerEvent );
+    wxDEFINE_EVENT( wxEVT_POWER_RESUME, wxPowerEvent );
 
     IMPLEMENT_DYNAMIC_CLASS(wxPowerEvent, wxEvent)
 #endif