mirror of
https://github.com/brl/mutter.git
synced 2024-12-01 12:20:47 -05:00
window: Don't reference a dead function
meta_window_move_resize has been gone for a while now.
This commit is contained in:
parent
7dc0b0e602
commit
4d3419607a
@ -4019,9 +4019,8 @@ meta_window_get_buffer_rect (const MetaWindow *window,
|
|||||||
* @client_rect: client rectangle in root coordinates
|
* @client_rect: client rectangle in root coordinates
|
||||||
* @frame_rect: (out): location to store the computed corresponding frame bounds.
|
* @frame_rect: (out): location to store the computed corresponding frame bounds.
|
||||||
*
|
*
|
||||||
* Converts a desired bounds of the client window - what is passed to meta_window_move_resize() -
|
* Converts a desired bounds of the client window into the corresponding bounds
|
||||||
* into the corresponding bounds of the window frame (excluding invisible borders
|
* of the window frame (excluding invisible borders and client side shadows.)
|
||||||
* and client side shadows.)
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
meta_window_client_rect_to_frame_rect (MetaWindow *window,
|
meta_window_client_rect_to_frame_rect (MetaWindow *window,
|
||||||
@ -4068,7 +4067,7 @@ meta_window_client_rect_to_frame_rect (MetaWindow *window,
|
|||||||
* @client_rect: (out): location to store the computed corresponding client rectangle.
|
* @client_rect: (out): location to store the computed corresponding client rectangle.
|
||||||
*
|
*
|
||||||
* Converts a desired frame bounds for a window into the bounds of the client
|
* Converts a desired frame bounds for a window into the bounds of the client
|
||||||
* window - what is passed to meta_window_move_resize().
|
* window.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
meta_window_frame_rect_to_client_rect (MetaWindow *window,
|
meta_window_frame_rect_to_client_rect (MetaWindow *window,
|
||||||
|
Loading…
Reference in New Issue
Block a user