From: Arjan Molenaar Date: Tue, 17 Jan 2023 15:12:57 +0000 (+0100) Subject: macos: align functions in gdkmacosdrag-private.h X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~50^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16e23b3f9ed391c9379b2e3c5f3ae2a7aeffd859;p=gtk4.git macos: align functions in gdkmacosdrag-private.h --- diff --git a/gdk/macos/gdkmacosdrag-private.h b/gdk/macos/gdkmacosdrag-private.h index 64db6ba770..bdcbbbe23d 100644 --- a/gdk/macos/gdkmacosdrag-private.h +++ b/gdk/macos/gdkmacosdrag-private.h @@ -61,20 +61,21 @@ struct _GdkMacosDragClass GdkDragClass parent_class; }; -GType gdk_macos_drag_get_type (void) G_GNUC_CONST; -gboolean _gdk_macos_drag_begin (GdkMacosDrag *self, - GdkContentProvider *content, - GdkMacosWindow *window); -NSDragOperation _gdk_macos_drag_operation (GdkMacosDrag *self); -GdkDragAction _gdk_macos_drag_ns_operation_to_action (NSDragOperation operation); -void _gdk_macos_drag_surface_move (GdkMacosDrag *self, - int x_root, - int y_root); -void _gdk_macos_drag_set_start_position (GdkMacosDrag *self, - int start_x, - int start_y); -void _gdk_macos_drag_set_actions (GdkMacosDrag *self, - GdkModifierType mods); +GType gdk_macos_drag_get_type (void) G_GNUC_CONST; +gboolean _gdk_macos_drag_begin (GdkMacosDrag *self, + GdkContentProvider *content, + GdkMacosWindow *window); +NSDragOperation _gdk_macos_drag_operation (GdkMacosDrag *self); +GdkDragAction _gdk_macos_drag_ns_operation_to_action + (NSDragOperation operation); +void _gdk_macos_drag_surface_move (GdkMacosDrag *self, + int x_root, + int y_root); +void _gdk_macos_drag_set_start_position (GdkMacosDrag *self, + int start_x, + int start_y); +void _gdk_macos_drag_set_actions (GdkMacosDrag *self, + GdkModifierType mods); G_END_DECLS