summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/x11/gdkwindow-x11.h')
-rw-r--r--gdk/x11/gdkwindow-x11.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkwindow-x11.h b/gdk/x11/gdkwindow-x11.h
index ccf10dde9..72246ebf2 100644
--- a/gdk/x11/gdkwindow-x11.h
+++ b/gdk/x11/gdkwindow-x11.h
@@ -73,11 +73,11 @@ struct _GdkWindowImplX11
GdkXPositionInfo position_info;
- /* Set if the window, or any descendent of it, is the focus window
+ /* Set if the window, or any descendent of it, is the server's focus window
*/
guint has_focus_window : 1;
- /* Set if has_focus_window and the focus isn't grabbed elsewhere.
+ /* Set if window->has_focus_window and the focus isn't grabbed elsewhere.
*/
guint has_focus : 1;