refactor code + add IDLE protocol listener

This commit is contained in:
DanyLE
2025-07-07 20:54:28 +02:00
parent a0456516b5
commit 6828400a77
11 changed files with 253 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ G_DECLARE_DERIVABLE_TYPE(DiyaShell, diya_shell, DIYA, SHELL, DiyaObject)
struct wl_registry;
typedef void (*wl_protocol_manager_register_t)(struct wl_registry*, uint32_t,DiyaShell*);
typedef void (*wl_protocol_manager_register_t)(gpointer,DiyaShell*);
struct _DiyaShellClass
{