mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Fix comment
This commit is contained in:
parent
067d1d6935
commit
b581799c9a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user