mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
Fix minor style violations
This commit is contained in:
parent
bca57213a0
commit
d50c2f2eac
5 changed files with 22 additions and 15 deletions
|
|
@ -344,7 +344,8 @@ desktop_surface_and_view_at(struct server *server, double lx, double ly,
|
|||
}
|
||||
|
||||
struct view *
|
||||
desktop_view_at_cursor(struct server *server) {
|
||||
desktop_view_at_cursor(struct server *server)
|
||||
{
|
||||
double sx, sy;
|
||||
struct wlr_surface *surface;
|
||||
int view_area = LAB_SSD_NONE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue