From d2686c84139f05bd81ef75efcbae7b6b14593fef Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 25 Jul 2016 13:59:07 +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 cc12c4de..c4f19aca 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 selection event +// Returns whether the event is a _NET_FRAME_EXTENTS event // static Bool isFrameExtentsEvent(Display* display, XEvent* event, XPointer pointer) {