]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/brush.h
Massive reworking of wxMediaCtrl code - backend everything, search for backends via...
[wxWidgets.git] / include / wx / brush.h
... / ...
CommitLineData
1#ifndef _WX_BRUSH_H_BASE_
2#define _WX_BRUSH_H_BASE_
3
4#if defined(__PALMOS__)
5 #include "wx/palmos/brush.h"
6#elif defined(__WXMSW__)
7 #include "wx/msw/brush.h"
8#elif defined(__WXMOTIF__) || defined(__WXX11__)
9 #include "wx/x11/brush.h"
10#elif defined(__WXGTK__)
11 #include "wx/gtk/brush.h"
12#elif defined(__WXMGL__)
13 #include "wx/mgl/brush.h"
14#elif defined(__WXMAC__)
15 #include "wx/mac/brush.h"
16#elif defined(__WXCOCOA__)
17 #include "wx/cocoa/brush.h"
18#elif defined(__WXPM__)
19 #include "wx/os2/brush.h"
20#endif
21
22#endif
23 // _WX_BRUSH_H_BASE_