Remove variable name conflict with doom demo

ugfx_release_2.6
inmarket 2013-12-30 09:05:29 +10:00
parent 1f730d474c
commit d18325e576
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ static Colormap cmap;
static XVisualInfo vis;
static XContext cxt;
#if GINPUT_NEED_MOUSE
coord_t mousex, mousey;
uint16_t mousebuttons;
static coord_t mousex, mousey;
static uint16_t mousebuttons;
#endif
typedef struct xPriv {