i3bar: properly handle the _XEMBED_INFO property

This commit is contained in:
Michael Stapelberg
2011-08-17 00:05:05 +02:00
parent 7df43989c9
commit 737cd10bdf
7 changed files with 129 additions and 18 deletions

View File

@ -12,6 +12,11 @@
#include <stdint.h>
//#include "outputs.h"
#define SYSTEM_TRAY_REQUEST_DOCK 0
#define SYSTEM_TRAY_BEGIN_MESSAGE 1
#define SYSTEM_TRAY_CANCEL_MESSAGE 2
#define XEMBED_MAPPED (1 << 0)
struct xcb_color_strings_t {
char *bar_fg;
char *bar_bg;