From c500de4e3815750f2e264684c284d66775145f7b Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Fri, 30 May 2008 22:30:20 +0000 Subject: [PATCH] fix comments (number) 2008-05-30 Thomas Thurman * src/core/window-props.h: fix comments (number) svn path=/trunk/; revision=3744 --- ChangeLog | 4 ++++ src/core/window-props.h | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e39640989..d795f2c5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-30 Thomas Thurman + + * src/core/window-props.h: fix comments (number) + 2008-05-30 Thomas Thurman * src/core/window-props.h: commenting diff --git a/src/core/window-props.h b/src/core/window-props.h index ac4d17af6..34721661d 100644 --- a/src/core/window-props.h +++ b/src/core/window-props.h @@ -35,9 +35,9 @@ #include "window-private.h" /** - * Requests the current values of a set of properties for a given - * window from the server, and deals with them appropriately. - * Does not return them to the caller (they've been dealt with!) + * Requests the current values of a single property for a given + * window from the server, and deals with it appropriately. + * Does not return it to the caller (it's been dealt with!) * * \param window The window. * \param property A single X atom. @@ -60,9 +60,9 @@ void meta_window_reload_properties (MetaWindow *window, int n_properties); /** - * Requests the current values of a set of properties for a given - * window from the server, and deals with them appropriately. - * Does not return them to the caller (they've been dealt with!) + * Requests the current values of a single property for a given + * window from the server, and deals with it appropriately. + * Does not return it to the caller (it's been dealt with!) * * \param window A window on the same display as the one we're * investigating (only used to find the display)