diff options
author | Erwann Chenede - <erwann.chenede@sun.com> | 2002-05-02 16:18:24 +0000 |
---|---|---|
committer | Erwann Chenede <erwannc@src.gnome.org> | 2002-05-02 16:18:24 +0000 |
commit | 1258d179430b08a2e0fbf421b886e6fb119c7107 (patch) | |
tree | 91408a32d9a35c05588de941f19a210cddc58c4d /tests/testxinerama.c | |
parent | 94076bc35380525ad04a9b00c9fddd6b155a3fd1 (diff) | |
download | gtk+-1258d179430b08a2e0fbf421b886e6fb119c7107.tar.gz |
make gdk_screen_get_monitor_at_point cross platform instead of backend
2002-05-02 Erwann Chenede - <erwann.chenede@sun.com>
* gdk/gdkscreen.c (gdk_screen_get_monitor_at_point):
* gdk/gdkscreen.h :
* gdk/x11/gdkscreen-x11.c :
make gdk_screen_get_monitor_at_point cross platform instead
of backend dependant. #80480
* tests/testxinerama.c (main):
changed the warning message.
Diffstat (limited to 'tests/testxinerama.c')
-rw-r--r-- | tests/testxinerama.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testxinerama.c b/tests/testxinerama.c index 2f6e05ea23..e202d5bc6d 100644 --- a/tests/testxinerama.c +++ b/tests/testxinerama.c @@ -42,7 +42,7 @@ main (int argc, char *argv[]) num_monitors = gdk_screen_get_n_monitors (screen); if (num_monitors == 1) - g_warning ("The current display does not support xinerama."); + g_warning ("The default screen of the current display only has one monitor."); for (i=0; i<num_monitors; i++) { |