forked from AuroraMiddleware/gtk
quartz: define GDK_NATIVE_WINDOW_POINTER
This commit is contained in:
parent
9582638a6b
commit
e6cf7a8d81
@ -1681,6 +1681,8 @@ elif test "x$gdktarget" = "xwin32" ; then
|
|||||||
#define GDK_WINDOWING_WIN32'
|
#define GDK_WINDOWING_WIN32'
|
||||||
elif test "x$gdktarget" = "xquartz" ; then
|
elif test "x$gdktarget" = "xquartz" ; then
|
||||||
gdk_windowing='
|
gdk_windowing='
|
||||||
|
#define GDK_NATIVE_WINDOW_POINTER
|
||||||
|
|
||||||
#define GDK_WINDOWING_QUARTZ'
|
#define GDK_WINDOWING_QUARTZ'
|
||||||
elif test "x$gdktarget" = "xdirectfb" ; then
|
elif test "x$gdktarget" = "xdirectfb" ; then
|
||||||
gdk_windowing='
|
gdk_windowing='
|
||||||
|
@ -134,9 +134,9 @@ gdk_drag_motion (GdkDragContext *context,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
guint32
|
GdkNativeWindow
|
||||||
gdk_drag_get_protocol_for_display (GdkDisplay *display,
|
gdk_drag_get_protocol_for_display (GdkDisplay *display,
|
||||||
guint32 xid,
|
GdkNativeWindow xid,
|
||||||
GdkDragProtocol *protocol)
|
GdkDragProtocol *protocol)
|
||||||
{
|
{
|
||||||
/* FIXME: Implement */
|
/* FIXME: Implement */
|
||||||
|
@ -64,12 +64,12 @@ gdk_selection_property_get (GdkWindow *requestor,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
gdk_selection_send_notify_for_display (GdkDisplay *display,
|
gdk_selection_send_notify_for_display (GdkDisplay *display,
|
||||||
guint32 requestor,
|
GdkNativeWindow requestor,
|
||||||
GdkAtom selection,
|
GdkAtom selection,
|
||||||
GdkAtom target,
|
GdkAtom target,
|
||||||
GdkAtom property,
|
GdkAtom property,
|
||||||
guint32 time)
|
guint32 time)
|
||||||
{
|
{
|
||||||
/* FIXME: Implement */
|
/* FIXME: Implement */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user