* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.
This commit is contained in:
parent
72fe171d03
commit
41e7de4863
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue