Adding startup-notification support.

git-svn-id: http://tint2.googlecode.com/svn/trunk@650 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
xico.atelo@gmail.com
2012-07-02 16:50:30 +00:00
parent 13b0d7612a
commit cfa4bc89e1
5 changed files with 146 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ void draw_launcher (void *obj, cairo_t *c);
void launcher_load_themes(Launcher *launcher);
// Populates the list_icons list
void launcher_load_icons(Launcher *launcher);
void launcher_action(LauncherIcon *icon);
void launcher_action(LauncherIcon *icon, XEvent* e);
void test_launcher_read_desktop_file();
void test_launcher_read_theme_file();