* include/cplext.h (CPLPAGE_MOUSE_WHEEL,
CPLPAGE_DISPLAY_BACKGROUND): Add defines.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user