1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-31 03:18:50 -05:00

Fix comment

This commit is contained in:
Camilla Berglund 2016-07-25 13:59:07 +02:00
parent cba652e4f3
commit d2686c8413

View File

@ -111,7 +111,7 @@ static Bool isSelectionEvent(Display* display, XEvent* event, XPointer pointer)
event->type == SelectionClear; event->type == SelectionClear;
} }
// Returns whether the event is a selection event // Returns whether the event is a _NET_FRAME_EXTENTS event
// //
static Bool isFrameExtentsEvent(Display* display, XEvent* event, XPointer pointer) static Bool isFrameExtentsEvent(Display* display, XEvent* event, XPointer pointer)
{ {