mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
Fix typo making GCC build fail
This commit is contained in:
parent
8693bbd6b1
commit
7375931686
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ void view_resize(struct roots_view *view, uint32_t width, uint32_t height) {
|
||||||
|
|
||||||
void view_move_resize(struct roots_view *view, double x, double y,
|
void view_move_resize(struct roots_view *view, double x, double y,
|
||||||
uint32_t width, uint32_t height) {
|
uint32_t width, uint32_t height) {
|
||||||
if (x == view->x == x && y == view->y) {
|
if (x == view->x && y == view->y) {
|
||||||
view_resize(view, width, height);
|
view_resize(view, width, height);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue