mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
12 lines
261 B
C
12 lines
261 B
C
#ifndef _CPLEXT_H
|
|
#define _CPLEXT_H
|
|
#if __GNUC__ >= 3
|
|
#pragma GCC system_header
|
|
#endif
|
|
|
|
#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
|