Skip to content

Commit

Permalink
X11: isConfigureNotify() isn't used at the moment, comment it out.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 13, 2015
1 parent 8a1fd98 commit da6f222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/x11/SDL_x11window.c
Expand Up @@ -54,12 +54,12 @@ static Bool isUnmapNotify(Display *dpy, XEvent *ev, XPointer win)
{
return ev->type == UnmapNotify && ev->xunmap.window == *((Window*)win);
}

/*
static Bool isConfigureNotify(Display *dpy, XEvent *ev, XPointer win)
{
return ev->type == ConfigureNotify && ev->xconfigure.window == *((Window*)win);
}

/*
static Bool
X11_XIfEventTimeout(Display *display, XEvent *event_return, Bool (*predicate)(), XPointer arg, int timeoutMS)
{
Expand Down

0 comments on commit da6f222

Please sign in to comment.