mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
10 lines
210 B
C
10 lines
210 B
C
#ifndef _CPLEXT_H
|
|
#define _CPLEXT_H
|
|
|
|
#define CPLPAGE_MOUSE_BUTTONS 1
|
|
#define CPLPAGE_MOUSE_PTRMOTION 2
|
|
#define CPLPAGE_MOUSE_WHEEL 3
|
|
#define CPLPAGE_KEYBOARD_SPEED 1
|
|
#define CPLPAGE_DISPLAY_BACKGROUND 1
|
|
#endif
|