made the opengl renderer work - used Xlib's glX instead of xcb's which is all broked...
[dana/dcompmgr.git] / gettext.h
1 #ifndef dc__gettext_h
2 #define dc__gettext_h
3
4 /* stub for now.. */
5 #define _(a) (a)
6
7 #endif