mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
xdg: Just call view_center() now that it uses pending width/height
This commit is contained in:
parent
cf6eb29ef5
commit
a1b5e1939d
3 changed files with 2 additions and 18 deletions
|
|
@ -169,9 +169,6 @@ void view_reload_ssd(struct view *view);
|
|||
void view_impl_map(struct view *view);
|
||||
void view_adjust_size(struct view *view, int *w, int *h);
|
||||
|
||||
bool view_compute_centered_position(struct view *view, int w, int h,
|
||||
int *x, int *y);
|
||||
|
||||
void view_on_output_destroy(struct view *view);
|
||||
void view_destroy(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue