* include/cplext.h (CPLPAGE_MOUSE_WHEEL,

CPLPAGE_DISPLAY_BACKGROUND): Add defines.
This commit is contained in:
Danny Smith 2003-05-02 00:11:49 +00:00
parent 72fe171d03
commit 41e7de4863
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-02 Danny Smith <dannysmith@users.sourceforge.net>
* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.
2003-04-30 Danny Smith <dannysmith@users.sourceforge.net>
* include/wingdi.h (DC_PEN, DC_BRUSH): Add defines.

View File

@ -1,10 +1,12 @@
#ifndef _CPLEXT_H
#define _CPLEXT_H
#if __GNUC__ >=3
#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