refactor code + add IDLE protocol listener
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user