Moved meta_window_get_outer_rect() prototype to window.h

Useful for plugins.
This commit is contained in:
Tomas Frydrych
2009-03-17 08:35:17 +00:00
parent d8a28621cc
commit 54e56a47da
2 changed files with 1 additions and 2 deletions

View File

@ -488,8 +488,6 @@ void meta_window_get_geometry (MetaWindow *window,
int *y,
int *width,
int *height);
void meta_window_get_outer_rect (const MetaWindow *window,
MetaRectangle *rect);
void meta_window_get_xor_rect (MetaWindow *window,
const MetaRectangle *grab_wireframe_rect,
MetaRectangle *xor_rect);