i3bar: request the appropriate _NET_SYSTEM_TRAY atom for the display we are running on

This commit is contained in:
Michael Stapelberg
2011-08-17 00:58:00 +02:00
parent 893878cbcc
commit 55e503c17b
3 changed files with 19 additions and 9 deletions

View File

@ -12,6 +12,8 @@
#include <stdint.h>
//#include "outputs.h"
#define _NET_SYSTEM_TRAY_ORIENTATION_HORZ 0
#define _NET_SYSTEM_TRAY_ORIENTATION_VERT 1
#define SYSTEM_TRAY_REQUEST_DOCK 0
#define SYSTEM_TRAY_BEGIN_MESSAGE 1
#define SYSTEM_TRAY_CANCEL_MESSAGE 2