basic systray with some bugs, update tintrc sample file

git-svn-id: http://tint2.googlecode.com/svn/trunk@64 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-02-28 23:04:53 +00:00
parent 2121a32916
commit 67f875338b
23 changed files with 365 additions and 118 deletions

View File

@@ -9,9 +9,7 @@
#ifndef SYSTRAYBAR_H
#define SYSTRAYBAR_H
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include "common.h"
#include "area.h"
@@ -43,7 +41,9 @@ int net_init();
void net_message(XClientMessageEvent *e);
void icon_remove(TrayWindow *traywin);
void resize_systray (void *obj);
void draw_systray(void *obj, cairo_t *c, int active);
void resize_systray(void *obj);
#endif