merge change described in issue 122 (by jackp)

git-svn-id: http://tint2.googlecode.com/svn/trunk@159 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-08-28 23:14:53 +00:00
parent dc43c1a563
commit 3d37d78100
4 changed files with 171 additions and 11 deletions

View File

@@ -32,6 +32,8 @@ extern int mouse_middle;
extern int mouse_right;
extern int mouse_scroll_up;
extern int mouse_scroll_down;
extern int mouse_tilt_left;
extern int mouse_tilt_right;
//panel mode
enum { SINGLE_DESKTOP=0, MULTI_DESKTOP };