mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 15:05:47 -04:00
Initial community commit
This commit is contained in:
18
Src/Wasabi/api/wnd/paintsets.h
Normal file
18
Src/Wasabi/api/wnd/paintsets.h
Normal file
@ -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
|
Reference in New Issue
Block a user