mirror of
https://github.com/labwc/labwc.git
synced 2026-03-05 01:40:24 -05:00
Use proper enum argument type for desktop_surface_and_view_at
This commit is contained in:
parent
7ecae4afce
commit
413811f3a2
4 changed files with 14 additions and 8 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <xkbcommon/xkbcommon.h>
|
||||
#include "config/keybind.h"
|
||||
#include "config/rcxml.h"
|
||||
#include "ssd.h"
|
||||
|
||||
#define XCURSOR_DEFAULT "left_ptr"
|
||||
#define XCURSOR_SIZE 24
|
||||
|
|
@ -448,7 +449,7 @@ bool isfocusable(struct view *view);
|
|||
*/
|
||||
struct view *desktop_surface_and_view_at(struct server *server, double lx,
|
||||
double ly, struct wlr_surface **surface, double *sx, double *sy,
|
||||
int *view_area);
|
||||
enum ssd_part_type *view_area);
|
||||
|
||||
struct view *desktop_view_at_cursor(struct server *server);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue