Bug 596959 - DirectFB backend compilation broken with changes from 2.18.0 to 2.18.1
Fix compilation of the DirectFB backend after internal API changes of GDK.
This commit is contained in:
@ -2077,7 +2077,8 @@ GdkWindow *
|
|||||||
_gdk_windowing_window_at_pointer (GdkDisplay *display,
|
_gdk_windowing_window_at_pointer (GdkDisplay *display,
|
||||||
gint *win_x,
|
gint *win_x,
|
||||||
gint *win_y,
|
gint *win_y,
|
||||||
GdkModifierType *mask)
|
GdkModifierType *mask,
|
||||||
|
gboolean get_toplevel)
|
||||||
{
|
{
|
||||||
GdkWindow *retval;
|
GdkWindow *retval;
|
||||||
gint wx, wy;
|
gint wx, wy;
|
||||||
@ -2137,7 +2138,8 @@ _gdk_windowing_get_pointer (GdkDisplay *display,
|
|||||||
gdk_directfb_window_get_pointer (_gdk_windowing_window_at_pointer (display,
|
gdk_directfb_window_get_pointer (_gdk_windowing_window_at_pointer (display,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL),
|
NULL,
|
||||||
|
FALSE),
|
||||||
x, y, mask);
|
x, y, mask);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user