*add* more real_transparency things added... whole panel works now, but systray still has problems :(

git-svn-id: http://tint2.googlecode.com/svn/trunk@306 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2009-12-30 16:25:19 +00:00
parent c65ad3628d
commit 7478765723
5 changed files with 47 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
#include <X11/Xatom.h>
#include <X11/extensions/Xinerama.h>
extern int real_transparency;
typedef struct Global_atom
{
Atom _XROOTPMAP_ID;
@@ -112,6 +112,7 @@ void server_refresh_main_pixmap ();
void server_catch_error (Display *d, XErrorEvent *ev);
void server_init_atoms ();
void server_init_visual();
void cleanup_server();
// detect root background
void get_root_pixmap();