1
0
Fork 0

window: Export is_title_onscreen and shove_title_onscreen as well

This was fixed in the master version of the commit, but I forgot to
squash it on the Wayland branch.
This commit is contained in:
Jasper St. Pierre 2014-03-14 10:51:34 -04:00
parent 62e45b6d5e
commit 535685742a
2 changed files with 3 additions and 3 deletions

View file

@ -634,9 +634,6 @@ void meta_window_show_menu (MetaWindow *window,
int button,
guint32 timestamp);
gboolean meta_window_titlebar_is_onscreen (MetaWindow *window);
void meta_window_shove_titlebar_onscreen (MetaWindow *window);
void meta_window_set_gravity (MetaWindow *window,
int gravity);

View file

@ -263,4 +263,7 @@ gboolean meta_window_is_above (MetaWindow *window);
gboolean meta_window_allows_move (MetaWindow *window);
gboolean meta_window_allows_resize (MetaWindow *window);
gboolean meta_window_titlebar_is_onscreen (MetaWindow *window);
void meta_window_shove_titlebar_onscreen (MetaWindow *window);
#endif