testgtk: Don't use deprecated functions in properties example
This commit is contained in:
		@ -8321,8 +8321,9 @@ find_widget_at_pointer (GdkDevice *device)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 if (widget)
 | 
					 if (widget)
 | 
				
			||||||
   {
 | 
					   {
 | 
				
			||||||
     gdk_window_get_pointer (gtk_widget_get_window (widget),
 | 
					     gdk_window_get_device_position (gtk_widget_get_window (widget),
 | 
				
			||||||
			     &x, &y, NULL);
 | 
					                                     device,
 | 
				
			||||||
 | 
								             &x, &y, NULL);
 | 
				
			||||||
     
 | 
					     
 | 
				
			||||||
     data.x = x;
 | 
					     data.x = x;
 | 
				
			||||||
     data.y = y;
 | 
					     data.y = y;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user