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

@@ -13,6 +13,11 @@
#include <X11/Xatom.h>
#include <X11/extensions/Xinerama.h>
#ifdef HAVE_SN
#include <libsn/sn.h>
#include <glib.h>
#endif
typedef struct Global_atom
{
@@ -118,6 +123,10 @@ typedef struct
Colormap colormap;
Colormap colormap32;
Global_atom atom;
#ifdef HAVE_SN
SnDisplay *sn_dsp;
GTree *pids;
#endif // HAVE_SN
} Server_global;