Correct a couple of typos
This commit is contained in:
@ -454,7 +454,7 @@ _gdk_display_enable_motion_hints (GdkDisplay *display)
|
|||||||
serial = _gdk_windowing_window_get_next_serial (display);
|
serial = _gdk_windowing_window_get_next_serial (display);
|
||||||
/* We might not actually generate the next request, so
|
/* We might not actually generate the next request, so
|
||||||
make sure this triggers always, this may cause it to
|
make sure this triggers always, this may cause it to
|
||||||
trigger slightly to early, but this is just a hint
|
trigger slightly too early, but this is just a hint
|
||||||
anyway. */
|
anyway. */
|
||||||
if (serial > 0)
|
if (serial > 0)
|
||||||
serial--;
|
serial--;
|
||||||
@ -548,7 +548,7 @@ gdk_window_real_window_get_pointer (GdkDisplay *display,
|
|||||||
normal_child = GDK_WINDOW_IMPL_GET_IFACE (private->impl)->get_pointer (window,
|
normal_child = GDK_WINDOW_IMPL_GET_IFACE (private->impl)->get_pointer (window,
|
||||||
&tmpx, &tmpy,
|
&tmpx, &tmpy,
|
||||||
&tmp_mask);
|
&tmp_mask);
|
||||||
/* We got the coords on the impl, conver to the window */
|
/* We got the coords on the impl, convert to the window */
|
||||||
tmpx -= private->abs_x;
|
tmpx -= private->abs_x;
|
||||||
tmpy -= private->abs_y;
|
tmpy -= private->abs_y;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user