Importing systray applet. Not completed yet...

This commit is contained in:
Sanel Zukan
2011-10-26 16:04:37 +00:00
parent 8f84854d4c
commit 706ef69bfa
9 changed files with 323 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ static void net_event_cb(int action, Window xid, void *data) {
Taskbar::Taskbar() : Fl_Group(0, 0, 40, 25), curr_active(NULL), prev_active(NULL), panel(NULL) {
end();
panel = EDE_PANEL_GET_PANEL_OBJECT;
panel = EDE_PANEL_GET_PANEL_OBJECT(this);
/* assure display is openned */
fl_open_display();