summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/cplext.h
blob: 34333b5664b1f7cd38c1b01cde559267f2cb0af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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