mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
compositor: Replace tabs with spaces
Some old code was still using tabs instead of spaces, so replace the leftover tabs with 8 spaces each. https://gitlab.gnome.org/GNOME/mutter/merge_requests/660
This commit is contained in:
parent
22978b9d07
commit
f1837b785b
@ -844,7 +844,7 @@ meta_compositor_filter_keybinding (MetaCompositor *compositor,
|
||||
|
||||
void
|
||||
meta_compositor_show_window (MetaCompositor *compositor,
|
||||
MetaWindow *window,
|
||||
MetaWindow *window,
|
||||
MetaCompEffect effect)
|
||||
{
|
||||
MetaWindowActor *window_actor = META_WINDOW_ACTOR (meta_window_get_compositor_private (window));
|
||||
@ -1032,7 +1032,7 @@ on_top_window_actor_destroyed (MetaWindowActor *window_actor,
|
||||
|
||||
void
|
||||
meta_compositor_sync_stack (MetaCompositor *compositor,
|
||||
GList *stack)
|
||||
GList *stack)
|
||||
{
|
||||
GList *old_stack;
|
||||
|
||||
@ -1132,8 +1132,8 @@ meta_compositor_sync_stack (MetaCompositor *compositor,
|
||||
|
||||
void
|
||||
meta_compositor_sync_window_geometry (MetaCompositor *compositor,
|
||||
MetaWindow *window,
|
||||
gboolean did_placement)
|
||||
MetaWindow *window,
|
||||
gboolean did_placement)
|
||||
{
|
||||
MetaWindowActor *window_actor = META_WINDOW_ACTOR (meta_window_get_compositor_private (window));
|
||||
meta_window_actor_sync_actor_geometry (window_actor, did_placement);
|
||||
@ -1533,7 +1533,7 @@ void
|
||||
meta_compositor_show_window_menu_for_rect (MetaCompositor *compositor,
|
||||
MetaWindow *window,
|
||||
MetaWindowMenuType menu,
|
||||
MetaRectangle *rect)
|
||||
MetaRectangle *rect)
|
||||
{
|
||||
meta_plugin_manager_show_window_menu_for_rect (compositor->plugin_mgr, window, menu, rect);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user