window: Use surface coordinates for looking up widgets

This commit is contained in:
Kristian Høgsberg
2012-01-10 12:25:04 -05:00
parent b67e94b170
commit 30948989ee
+1 -1
View File
@@ -1500,7 +1500,7 @@ input_handle_pointer_focus(void *data,
input->sy = sy; input->sy = sy;
pointer = POINTER_LEFT_PTR; pointer = POINTER_LEFT_PTR;
widget = window_find_widget(window, x, y); widget = window_find_widget(window, sx, sy);
window_set_focus_widget(window, widget, input, time, sx, sy); window_set_focus_widget(window, widget, input, time, sx, sy);
pointer = input_get_pointer_image_for_location(input, pointer); pointer = input_get_pointer_image_for_location(input, pointer);