1
0
Fork 0

window: Make meta_window_unmaximize_with_gravity internal

This commit is contained in:
Jasper St. Pierre 2014-05-22 18:01:07 -04:00
parent 3a0af0faae
commit 266166a2d6
2 changed files with 1 additions and 6 deletions

View file

@ -531,11 +531,6 @@ void meta_window_tile (MetaWindow *window);
void meta_window_maximize_internal (MetaWindow *window,
MetaMaximizeFlags directions,
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_update_fullscreen_monitors (MetaWindow *window,

View file

@ -3167,7 +3167,7 @@ meta_window_unmaximize (MetaWindow *window,
* Unlike meta_window_unmaximize(), tiling is not restored for windows
* with a tile mode other than META_TILE_NONE.
*/
void
static void
meta_window_unmaximize_with_gravity (MetaWindow *window,
MetaMaximizeFlags directions,
int new_width,