Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cplext.h « include « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d4ff04eebd65339076068a8f34e9290623f7981 (plain)
1
2
3
4
5
6
7
8
9
10
#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_KEYBOARD_SPEED 1
#endif