added possibility to put tint2 into the windowmanagers dock

git-svn-id: http://tint2.googlecode.com/svn/trunk@172 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2009-09-10 17:19:08 +00:00
parent 7520a1ca6a
commit 3082da0f5c
9 changed files with 20 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ extern int mouse_tilt_right;
enum { SINGLE_DESKTOP=0, MULTI_DESKTOP };
extern int panel_mode;
extern int wm_menu;
extern int panel_dock;
//panel position
enum { LEFT=0x01, RIGHT=0x02, CENTER=0X04, TOP=0X08, BOTTOM=0x10 };