issue 135 and xrandr management (more to come)

git-svn-id: http://tint2.googlecode.com/svn/trunk@202 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-09-27 16:57:19 +00:00
parent e015d5b19c
commit 145ce16757
7 changed files with 138 additions and 103 deletions

View File

@@ -38,7 +38,7 @@ extern int mouse_tilt_right;
//panel mode
enum { SINGLE_DESKTOP=0, MULTI_DESKTOP };
extern int panel_mode;
extern int wm_menu;
extern int wm_menu, wm_menu_open;
extern int panel_dock;
//panel position
@@ -106,6 +106,7 @@ extern int nb_panel;
void init_panel();
void init_panel_size_and_position(Panel *panel);
void cleanup_panel();
void resize_panel(void *obj);