Fix comment

This commit is contained in:
Camilla Berglund 2016-08-10 15:21:12 +02:00
parent 067d1d6935
commit b581799c9a

View File

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