mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
Moved meta_window_get_outer_rect() prototype to window.h
Useful for plugins.
This commit is contained in:
parent
d8a28621cc
commit
54e56a47da
@ -488,8 +488,6 @@ void meta_window_get_geometry (MetaWindow *window,
|
|||||||
int *y,
|
int *y,
|
||||||
int *width,
|
int *width,
|
||||||
int *height);
|
int *height);
|
||||||
void meta_window_get_outer_rect (const MetaWindow *window,
|
|
||||||
MetaRectangle *rect);
|
|
||||||
void meta_window_get_xor_rect (MetaWindow *window,
|
void meta_window_get_xor_rect (MetaWindow *window,
|
||||||
const MetaRectangle *grab_wireframe_rect,
|
const MetaRectangle *grab_wireframe_rect,
|
||||||
MetaRectangle *xor_rect);
|
MetaRectangle *xor_rect);
|
||||||
|
@ -71,6 +71,7 @@ MetaFrame *meta_window_get_frame (MetaWindow *window);
|
|||||||
gboolean meta_window_has_focus (MetaWindow *window);
|
gboolean meta_window_has_focus (MetaWindow *window);
|
||||||
gboolean meta_window_is_shaded (MetaWindow *window);
|
gboolean meta_window_is_shaded (MetaWindow *window);
|
||||||
MetaRectangle *meta_window_get_rect (MetaWindow *window);
|
MetaRectangle *meta_window_get_rect (MetaWindow *window);
|
||||||
|
void meta_window_get_outer_rect (const MetaWindow *window, MetaRectangle *rect);
|
||||||
MetaScreen *meta_window_get_screen (MetaWindow *window);
|
MetaScreen *meta_window_get_screen (MetaWindow *window);
|
||||||
MetaDisplay *meta_window_get_display (MetaWindow *window);
|
MetaDisplay *meta_window_get_display (MetaWindow *window);
|
||||||
Window meta_window_get_xwindow (MetaWindow *window);
|
Window meta_window_get_xwindow (MetaWindow *window);
|
||||||
|
Loading…
Reference in New Issue
Block a user