]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/screenshotgen/src/screenshot_app.h
always use hw-accel, fixes #15536, applied with thanks
[wxWidgets.git] / utils / screenshotgen / src / screenshot_app.h
... / ...
CommitLineData
1/////////////////////////////////////////////////////////////////////////////
2// Name: screenshot_app.h
3// Purpose: Defines the Application Class
4// Author: Utensil Candel (UtensilCandel@@gmail.com)
5// Licence: wxWindows licence
6/////////////////////////////////////////////////////////////////////////////
7
8#ifndef _SCREENSHOT_APP_H_
9#define _SCREENSHOT_APP_H_
10
11#include "wx/app.h"
12
13class ScreenshotApp : public wxApp
14{
15public:
16 virtual bool OnInit();
17};
18
19#endif // _SCREENSHOT_APP_H_