Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Feb 16, 2025
1 parent 897ee27 commit 75e3847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/XDGShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ CXDGPositionerResource::CXDGPositionerResource(SP<CXdgPositioner> resource_, SP<
if UNLIKELY (w <= 0 || h <= 0) {
r->error(XDG_POSITIONER_ERROR_INVALID_INPUT, "Invalid box");
return;
}
} // e

state.anchorRect = {x, y, w, h};
});
Expand Down

0 comments on commit 75e3847

Please sign in to comment.