repo.or.cz
/
msysgit
/
historical-msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a script to make it easier to initialize /.git
[msysgit/historical-msysgit.git]
/
mingw
/
include
/
cplext.h
blob
34333b5664b1f7cd38c1b01cde559267f2cb0af2
1
#ifndef _CPLEXT_H
2
#define _CPLEXT_H
3
#if __GNUC__ >= 3
4
#pragma GCC system_header
5
#endif
6
7
#define CPLPAGE_MOUSE_BUTTONS 1
8
#define CPLPAGE_MOUSE_PTRMOTION 2
9
#define CPLPAGE_MOUSE_WHEEL 3
10
#define CPLPAGE_KEYBOARD_SPEED 1
11
#define CPLPAGE_DISPLAY_BACKGROUND 1
12
#endif