X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d5eda9ccdc4c24ac09f58bd0cb6a0709e9ead72..cfcc02a8a4f019e3846b73660209080602e44967:/utils/screenshotgen/src/screenshot_main.h diff --git a/utils/screenshotgen/src/screenshot_main.h b/utils/screenshotgen/src/screenshot_main.h index ae922361fe..9e7a1bf8a1 100644 --- a/utils/screenshotgen/src/screenshot_main.h +++ b/utils/screenshotgen/src/screenshot_main.h @@ -6,8 +6,8 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef WXSCREENSHOTMAIN_H -#define WXSCREENSHOTMAIN_H +#ifndef _SCREENSHOT_MAIN_H_ +#define _SCREENSHOT_MAIN_H_ #include "guiframe.h" @@ -15,19 +15,19 @@ #define SCREENSHOTGEN_USE_AUI 0 -class wxCtrlMaskOut; +class CtrlMaskOut; -class wxScreenshotFrame +class ScreenshotFrame #if SCREENSHOTGEN_USE_AUI -: public AuiGUIFrame + : public AuiGUIFrame #else -: public GUIFrame + : public GUIFrame #endif { public: - wxScreenshotFrame(wxFrame *frame); - ~wxScreenshotFrame(); + ScreenshotFrame(wxFrame *frame); + ~ScreenshotFrame(); protected: // event handlers @@ -55,7 +55,7 @@ private: // Data members bool capturingRect; - wxCtrlMaskOut * m_maskout; + CtrlMaskOut * m_maskout; }; -#endif // WXSCREENSHOTMAIN_H +#endif // _SCREENSHOT_MAIN_H_