Formatting

This commit is contained in:
Simon Long 2024-10-21 10:18:59 +01:00
parent 9d87facbba
commit b2fe058a37

View file

@ -24,7 +24,8 @@ static struct wlr_surface*
touch_get_coords(struct seat *seat, struct wlr_touch *touch, double x, double y,
double *x_offset, double *y_offset)
{
/* Do not return a surface when mouse emulation is enforced. Not
/*
* Do not return a surface when mouse emulation is enforced. Not
* having a surface will trigger the fallback to cursor move/button
* emulation in the touch signal handlers.
*/