]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_app.h
forwarding mouse moved events to the view under the mouse, not the firstResponder
[wxWidgets.git] / utils / screenshotgen / src / screenshot_app.h
index 331b2d1c5e347fd90009fb19a79805c0c076a8c6..acd730566afeaf61f42ad29c83b26b1c4e33d0cd 100644 (file)
@@ -3,18 +3,18 @@
 // Purpose:     Defines the Application Class
 // Author:      Utensil Candel (UtensilCandel@@gmail.com)
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef WXSCREENSHOTAPP_H
-#define WXSCREENSHOTAPP_H
+#ifndef _SCREENSHOT_APP_H_
+#define _SCREENSHOT_APP_H_
 
-#include <wx/app.h>
+#include "wx/app.h"
 
-class wxScreenshotApp : public wxApp
+class ScreenshotApp : public wxApp
 {
 public:
     virtual bool OnInit();
 };
 
-#endif // WXSCREENSHOTAPP_H
+#endif // _SCREENSHOT_APP_H_