diff --git a/src/x11_window.c b/src/x11_window.c index ffea78e3..cc196efd 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -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) {