add another padding parameter in config file, update documentation and sample config file
git-svn-id: http://tint2.googlecode.com/svn/trunk@28 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
12
src/panel.h
12
src/panel.h
@@ -1,8 +1,10 @@
|
||||
/**************************************************************************
|
||||
* panel :
|
||||
* Copyright (C) 2008 Pål Staurland (staura@gmail.com)
|
||||
* Modified (C) 2008/2009 thierry lorthiois (lorthiois@bbsoft.fr)
|
||||
*
|
||||
* panel :
|
||||
* - draw panel and all objects according to panel_layout
|
||||
*
|
||||
* Check COPYING file for Copyright
|
||||
*
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
@@ -16,6 +18,7 @@
|
||||
#include "clock.h"
|
||||
#include "task.h"
|
||||
#include "taskbar.h"
|
||||
#include "systraybar.h"
|
||||
|
||||
|
||||
//panel mode
|
||||
@@ -54,13 +57,14 @@ typedef struct {
|
||||
int nb_monitor;
|
||||
Task *task_active;
|
||||
Task *task_drag;
|
||||
|
||||
|
||||
// --------------------------------------------------
|
||||
// clock
|
||||
Clock clock;
|
||||
|
||||
// --------------------------------------------------
|
||||
// systray
|
||||
Systraybar systraybar;
|
||||
|
||||
// --------------------------------------------------
|
||||
// mouse events
|
||||
|
||||
Reference in New Issue
Block a user