core: Make meta_window_move_resize_internal() truly internal
This function is no longer used anywhere outside MetaWindow code, so make it no longer declared at the window-private.h header. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3972>
This commit is contained in:
parent
d7fdf6d7d3
commit
4cb3518205
@ -791,11 +791,6 @@ void meta_window_update_monitor (MetaWindow *window,
|
|||||||
void meta_window_set_urgent (MetaWindow *window,
|
void meta_window_set_urgent (MetaWindow *window,
|
||||||
gboolean urgent);
|
gboolean urgent);
|
||||||
|
|
||||||
void meta_window_move_resize_internal (MetaWindow *window,
|
|
||||||
MetaMoveResizeFlags flags,
|
|
||||||
MetaPlaceFlag place_flags,
|
|
||||||
MtkRectangle frame_rect);
|
|
||||||
|
|
||||||
void meta_window_move_resize (MetaWindow *window,
|
void meta_window_move_resize (MetaWindow *window,
|
||||||
MetaMoveResizeFlags flags,
|
MetaMoveResizeFlags flags,
|
||||||
MtkRectangle frame_rect);
|
MtkRectangle frame_rect);
|
||||||
|
@ -178,6 +178,11 @@ static void set_hidden_suspended_state (MetaWindow *window);
|
|||||||
|
|
||||||
static void initable_iface_init (GInitableIface *initable_iface);
|
static void initable_iface_init (GInitableIface *initable_iface);
|
||||||
|
|
||||||
|
static void meta_window_move_resize_internal (MetaWindow *window,
|
||||||
|
MetaMoveResizeFlags flags,
|
||||||
|
MetaPlaceFlag place_flags,
|
||||||
|
MtkRectangle frame_rect);
|
||||||
|
|
||||||
typedef struct _MetaWindowPrivate
|
typedef struct _MetaWindowPrivate
|
||||||
{
|
{
|
||||||
MetaQueueType queued_types;
|
MetaQueueType queued_types;
|
||||||
@ -3972,7 +3977,7 @@ meta_window_update_monitor (MetaWindow *window,
|
|||||||
g_signal_emit (window, window_signals[HIGHEST_SCALE_MONITOR_CHANGED], 0);
|
g_signal_emit (window, window_signals[HIGHEST_SCALE_MONITOR_CHANGED], 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
meta_window_move_resize_internal (MetaWindow *window,
|
meta_window_move_resize_internal (MetaWindow *window,
|
||||||
MetaMoveResizeFlags flags,
|
MetaMoveResizeFlags flags,
|
||||||
MetaPlaceFlag place_flags,
|
MetaPlaceFlag place_flags,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user