forked from KolibriOS/kolibrios
7 lines
199 B
C
7 lines
199 B
C
|
#define FLAG_SCROLL_WIN_HORIZONTAL_SCROLL_ON 0x1
|
||
|
#define FLAG_SCROLL_WIN_VERTICAL_SCROLL_ON 0x2
|
||
|
|
||
|
#define FLAG_SCROLL_WIN_HORIZONTAL_SCROLL_OFF 0xfe
|
||
|
#define FLAG_SCROLL_WIN_VERTICAL_SCROLL_OFF 0xfd
|
||
|
|