fix: update to wlroot 0.18

This commit is contained in:
DanyLE
2025-07-02 22:54:16 +02:00
parent 964d22b22c
commit c1393a1366
5 changed files with 42 additions and 43 deletions

2
xdg.h
View File

@ -2,5 +2,5 @@
#define DIYAC_XDG_H
#include "diyac.h"
void diyac_new_xdg_surface(struct wl_listener *listener, void *data);
void diyac_new_xdg_toplevel(struct wl_listener *listener, void *data);
#endif