From b581799c9a268696f176fa39c182aa1b8c096894 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 10 Aug 2016 15:21:12 +0200 Subject: [PATCH] Fix comment --- src/x11_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {