mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 03:19:54 +08:00
7 lines
142 B
C
7 lines
142 B
C
|
#ifndef _CPLEXT_H
|
||
|
#define _CPLEXT_H
|
||
|
#define CPLPAGE_MOUSE_BUTTONS 1
|
||
|
#define CPLPAGE_MOUSE_PTRMOTION 2
|
||
|
#define CPLPAGE_KEYBOARD_SPEED 1
|
||
|
#endif
|