added basic launcher by mrovi

git-svn-id: http://tint2.googlecode.com/svn/trunk@521 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-08-02 17:12:07 +00:00
parent 73c0b524af
commit 7e17a3c7f0
5 changed files with 109 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
#include "task.h"
#include "taskbar.h"
#include "systraybar.h"
#include "launcher.h"
#ifdef ENABLE_BATTERY
#include "battery.h"
@@ -107,6 +108,8 @@ typedef struct {
Battery battery;
#endif
Launcher launcher;
// autohide
int is_hidden;
int hidden_width, hidden_height;
@@ -144,6 +147,8 @@ Panel *get_panel(Window win);
Taskbar *click_taskbar (Panel *panel, int x, int y);
Task *click_task (Panel *panel, int x, int y);
Launcher *click_launcher (Panel *panel, int x, int y);
LauncherIcon *click_launcher_icon (Panel *panel, int x, int y);
int click_padding(Panel *panel, int x, int y);
int click_clock(Panel *panel, int x, int y);
Area* click_area(Panel *panel, int x, int y);