1
0
Fork 0
mutter-performance-source/src/ui
Jasper St. Pierre 19d26dde92 core: Convert GET_FRAME_WIDTH / GET_FRAME_HEIGHT to GET_FRAME_RECT
Since we're going to be calling meta_window_get_frame_rect in here
soon, I'd rather it be one method call, rather than two. We can't
put it at the toplevel, since that might cause infinite recursion
(e.g. meta_core_get calls meta_window_get_frame_rect calls
meta_ui_get_frame_borders calls meta_core_get, ...)
2014-05-27 15:44:33 -04:00
..
frames.c core: Convert GET_FRAME_WIDTH / GET_FRAME_HEIGHT to GET_FRAME_RECT 2014-05-27 15:44:33 -04:00
frames.h Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
gradient.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
resizepopup.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
resizepopup.h Remove trailing whitespace 2014-05-02 09:34:48 -04:00
testgradient.c Remove trailing whitespace 2014-05-02 09:34:48 -04:00
theme-parser.c Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
theme-private.h Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
theme.c Add support for app-menu button in window decorations 2014-05-27 19:40:05 +02:00
ui.c Drop leftover menu.h/metaaccellabel.h references 2014-05-18 15:51:14 +02:00
ui.h Convert window menus to a compositor implementation 2014-05-17 15:16:23 -04:00