mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
rootston: use int for width, height
This commit is contained in:
parent
fdb67ff63b
commit
d703ae45dd
2 changed files with 2 additions and 2 deletions
|
|
@ -547,7 +547,7 @@ void view_update_position(struct roots_view *view, double x, double y) {
|
|||
view_damage_whole(view);
|
||||
}
|
||||
|
||||
void view_update_size(struct roots_view *view, uint32_t width, uint32_t height) {
|
||||
void view_update_size(struct roots_view *view, int width, int height) {
|
||||
if (view->width == width && view->height == height) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue