mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
window: Make meta_window_unmaximize_with_gravity internal
This commit is contained in:
parent
3a0af0faae
commit
266166a2d6
@ -531,11 +531,6 @@ void meta_window_tile (MetaWindow *window);
|
|||||||
void meta_window_maximize_internal (MetaWindow *window,
|
void meta_window_maximize_internal (MetaWindow *window,
|
||||||
MetaMaximizeFlags directions,
|
MetaMaximizeFlags directions,
|
||||||
MetaRectangle *saved_rect);
|
MetaRectangle *saved_rect);
|
||||||
void meta_window_unmaximize_with_gravity (MetaWindow *window,
|
|
||||||
MetaMaximizeFlags directions,
|
|
||||||
int new_width,
|
|
||||||
int new_height,
|
|
||||||
int gravity);
|
|
||||||
|
|
||||||
void meta_window_make_fullscreen_internal (MetaWindow *window);
|
void meta_window_make_fullscreen_internal (MetaWindow *window);
|
||||||
void meta_window_update_fullscreen_monitors (MetaWindow *window,
|
void meta_window_update_fullscreen_monitors (MetaWindow *window,
|
||||||
|
@ -3167,7 +3167,7 @@ meta_window_unmaximize (MetaWindow *window,
|
|||||||
* Unlike meta_window_unmaximize(), tiling is not restored for windows
|
* Unlike meta_window_unmaximize(), tiling is not restored for windows
|
||||||
* with a tile mode other than META_TILE_NONE.
|
* with a tile mode other than META_TILE_NONE.
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
meta_window_unmaximize_with_gravity (MetaWindow *window,
|
meta_window_unmaximize_with_gravity (MetaWindow *window,
|
||||||
MetaMaximizeFlags directions,
|
MetaMaximizeFlags directions,
|
||||||
int new_width,
|
int new_width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user