define XCB_ATOM_NONE if not defined because opensuse sucks

ticket #1722
this commit brought to you by the recipient of the 2012 E-Devel "Hater" award


SVN revision: 79157
This commit is contained in:
Mike Blumenkrantz 2012-11-12 13:02:12 +00:00
parent 896c11abba
commit 959afb514a
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
#define WINDOW_WIDTH 320
#define WINDOW_HEIGHT 240
#ifndef XCB_ATOM_NONE
# define XCB_ATOM_NONE = 0
#endif
/* local function prototypes */
static int _e_alert_connect(void);
static void _e_alert_create(void);