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 -
					Erwann Chenede -
				
			
				
					committed by
					
						 Erwann Chenede
						Erwann Chenede
					
				
			
			
				
	
			
			
			 Erwann Chenede
						Erwann Chenede
					
				
			
						parent
						
							94076bc353
						
					
				
				
					commit
					1258d17943
				
			| @ -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++) | ||||
|     { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user