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;
}
// 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)
{