mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 02:09:19 +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
|