From aa25e4a51c3e0215e9f03083bedbb7ff8a5e1efd Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Sat, 24 Oct 2009 12:26:46 +0200 Subject: [PATCH] Update documentation for ::monitors-changed to mention OS X support --- gdk/gdkscreen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkscreen.c b/gdk/gdkscreen.c index 17c09f9236..cd1dc6c815 100644 --- a/gdk/gdkscreen.c +++ b/gdk/gdkscreen.c @@ -133,8 +133,8 @@ gdk_screen_class_init (GdkScreenClass *klass) * The ::monitors-changed signal is emitted when the number, size * or position of the monitors attached to the screen change. * - * Only for X for now. Future implementations for Win32 and - * OS X may be a possibility. + * Only for X11 and OS X for now. A future implementation for Win32 + * may be a possibility. * * Since: 2.14 */