mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
x11: Some code cleanups
Fix some glaring misindentation.
This commit is contained in:
parent
e8c8be8e37
commit
a37044f36c
@ -1334,7 +1334,7 @@ _gdk_x11_display_get_drag_protocol (GdkDisplay *display,
|
|||||||
|
|
||||||
static GdkSurfaceCache *
|
static GdkSurfaceCache *
|
||||||
drag_find_window_cache (GdkX11Drag *drag_x11,
|
drag_find_window_cache (GdkX11Drag *drag_x11,
|
||||||
GdkDisplay *display)
|
GdkDisplay *display)
|
||||||
{
|
{
|
||||||
if (!drag_x11->cache)
|
if (!drag_x11->cache)
|
||||||
drag_x11->cache = gdk_surface_cache_get (display);
|
drag_x11->cache = gdk_surface_cache_get (display);
|
||||||
@ -1365,7 +1365,7 @@ gdk_x11_drag_find_surface (GdkDrag *drag,
|
|||||||
drag_surface && GDK_IS_X11_SURFACE (drag_surface) ?
|
drag_surface && GDK_IS_X11_SURFACE (drag_surface) ?
|
||||||
GDK_SURFACE_XID (drag_surface) : None,
|
GDK_SURFACE_XID (drag_surface) : None,
|
||||||
x_root * screen_x11->surface_scale,
|
x_root * screen_x11->surface_scale,
|
||||||
y_root * screen_x11->surface_scale);
|
y_root * screen_x11->surface_scale);
|
||||||
|
|
||||||
if (drag_x11->dest_xid != dest)
|
if (drag_x11->dest_xid != dest)
|
||||||
{
|
{
|
||||||
@ -1395,8 +1395,8 @@ gdk_x11_drag_find_surface (GdkDrag *drag,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
move_drag_surface (GdkDrag *drag,
|
move_drag_surface (GdkDrag *drag,
|
||||||
guint x_root,
|
guint x_root,
|
||||||
guint y_root)
|
guint y_root)
|
||||||
{
|
{
|
||||||
GdkX11Drag *drag_x11 = GDK_X11_DRAG (drag);
|
GdkX11Drag *drag_x11 = GDK_X11_DRAG (drag);
|
||||||
|
|
||||||
@ -1407,14 +1407,14 @@ move_drag_surface (GdkDrag *drag,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
gdk_x11_drag_drag_motion (GdkDrag *drag,
|
gdk_x11_drag_drag_motion (GdkDrag *drag,
|
||||||
Window proxy_xid,
|
Window proxy_xid,
|
||||||
GdkDragProtocol protocol,
|
GdkDragProtocol protocol,
|
||||||
int x_root,
|
int x_root,
|
||||||
int y_root,
|
int y_root,
|
||||||
GdkDragAction suggested_action,
|
GdkDragAction suggested_action,
|
||||||
GdkDragAction possible_actions,
|
GdkDragAction possible_actions,
|
||||||
guint32 time)
|
guint32 time)
|
||||||
{
|
{
|
||||||
GdkX11Drag *drag_x11 = GDK_X11_DRAG (drag);
|
GdkX11Drag *drag_x11 = GDK_X11_DRAG (drag);
|
||||||
|
|
||||||
@ -1606,8 +1606,8 @@ gdk_x11_drag_get_drag_surface (GdkDrag *drag)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
gdk_x11_drag_set_hotspot (GdkDrag *drag,
|
gdk_x11_drag_set_hotspot (GdkDrag *drag,
|
||||||
int hot_x,
|
int hot_x,
|
||||||
int hot_y)
|
int hot_y)
|
||||||
{
|
{
|
||||||
GdkX11Drag *x11_drag = GDK_X11_DRAG (drag);
|
GdkX11Drag *x11_drag = GDK_X11_DRAG (drag);
|
||||||
|
|
||||||
@ -1623,8 +1623,8 @@ gdk_x11_drag_set_hotspot (GdkDrag *drag,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
gdk_x11_drag_default_output_done (GObject *drag,
|
gdk_x11_drag_default_output_done (GObject *drag,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
@ -1636,17 +1636,17 @@ gdk_x11_drag_default_output_done (GObject *drag,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
gdk_x11_drag_default_output_handler (GOutputStream *stream,
|
gdk_x11_drag_default_output_handler (GOutputStream *stream,
|
||||||
const char *mime_type,
|
const char *mime_type,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
gdk_drag_write_async (GDK_DRAG (user_data),
|
gdk_drag_write_async (GDK_DRAG (user_data),
|
||||||
mime_type,
|
mime_type,
|
||||||
stream,
|
stream,
|
||||||
G_PRIORITY_DEFAULT,
|
G_PRIORITY_DEFAULT,
|
||||||
NULL,
|
NULL,
|
||||||
gdk_x11_drag_default_output_done,
|
gdk_x11_drag_default_output_done,
|
||||||
NULL);
|
NULL);
|
||||||
g_object_unref (stream);
|
g_object_unref (stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1675,7 +1675,7 @@ gdk_x11_drag_xevent (GdkDisplay *display,
|
|||||||
if (xevent->xselectionclear.time < x11_drag->timestamp)
|
if (xevent->xselectionclear.time < x11_drag->timestamp)
|
||||||
{
|
{
|
||||||
GDK_DISPLAY_NOTE (display, CLIPBOARD, g_printerr ("ignoring SelectionClear with too old timestamp (%lu vs %lu)\n",
|
GDK_DISPLAY_NOTE (display, CLIPBOARD, g_printerr ("ignoring SelectionClear with too old timestamp (%lu vs %lu)\n",
|
||||||
xevent->xselectionclear.time, x11_drag->timestamp));
|
xevent->xselectionclear.time, x11_drag->timestamp));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user