diff options
Diffstat (limited to 'Src/Wasabi/api/wnd/paintsets.h')
-rw-r--r-- | Src/Wasabi/api/wnd/paintsets.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Src/Wasabi/api/wnd/paintsets.h b/Src/Wasabi/api/wnd/paintsets.h new file mode 100644 index 00000000..c1ed21d8 --- /dev/null +++ b/Src/Wasabi/api/wnd/paintsets.h @@ -0,0 +1,18 @@ +#ifndef _PAINTSETS_H +#define _PAINTSETS_H + +namespace Paintset { + enum { + BUTTONUP, + BUTTONDOWN, + TRAY, + BUTTONDISABLED, + TITLESTREAK, + APPFRAME, + LABEL, + FOCUSRECT, + }; + const int NUM_PAINTSETS = 8; +}; + +#endif |