diff options
Diffstat (limited to 'core/src/idle-inhibit.h')
-rw-r--r-- | core/src/idle-inhibit.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/idle-inhibit.h b/core/src/idle-inhibit.h index a33fd69..5e9a3ab 100644 --- a/core/src/idle-inhibit.h +++ b/core/src/idle-inhibit.h @@ -3,6 +3,7 @@ #include <glib-object.h> #include <gtk/gtk.h> + #include "idle-inhibit-unstable-v1-client.h" G_BEGIN_DECLS @@ -14,7 +15,7 @@ G_DECLARE_FINAL_TYPE(AstalInhibitManager, astal_inhibit_manager, ASTAL, INHIBIT_ typedef struct zwp_idle_inhibitor_v1 AstalInhibitor; AstalInhibitManager* astal_inhibit_manager_get_default(); -AstalInhibitor* astal_inhibit_manager_inhibit(AstalInhibitManager *self, GtkWindow *window); +AstalInhibitor* astal_inhibit_manager_inhibit(AstalInhibitManager* self, GtkWindow* window); G_END_DECLS |