mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
wip
This commit is contained in:
parent
d0a925a12a
commit
81cad356a7
2 changed files with 101 additions and 2 deletions
4
dwl.c
4
dwl.c
|
|
@ -270,7 +270,7 @@ static void rendermon(struct wl_listener *listener, void *data);
|
|||
static void resize(Client *c, int x, int y, int w, int h, int interact);
|
||||
static void run(char *startup_cmd);
|
||||
static void scalebox(struct wlr_box *box, float scale);
|
||||
static Client *selclient(void);
|
||||
Client *selclient(void);
|
||||
static void setcursor(struct wl_listener *listener, void *data);
|
||||
static void setpsel(struct wl_listener *listener, void *data);
|
||||
static void setsel(struct wl_listener *listener, void *data);
|
||||
|
|
@ -310,7 +310,7 @@ static struct wlr_renderer *drw;
|
|||
static struct wlr_compositor *compositor;
|
||||
|
||||
static struct wlr_xdg_shell *xdg_shell;
|
||||
static struct wl_list clients; /* tiling order */
|
||||
struct wl_list clients; /* tiling order */
|
||||
static struct wl_list fstack; /* focus order */
|
||||
static struct wl_list stack; /* stacking z-order */
|
||||
static struct wl_list independents;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue