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.
This commit is contained in:
Erwann Chenede -
2002-05-02 16:18:24 +00:00
committed by Erwann Chenede
parent 94076bc353
commit 1258d17943
4 changed files with 20 additions and 35 deletions

View File

@ -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++)
{