diff options
author | kotontrion <[email protected]> | 2024-09-27 08:47:32 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-27 08:47:32 +0200 |
commit | 6916d59373948c8bc23cbb198795fe4608a73ba3 (patch) | |
tree | eff7616d4c13930ad5ad919fb96c9b915e184f84 /core/src/idle-inhibit.h | |
parent | 628f89453764bfab97d3507d351d0dfa4b50c964 (diff) |
core: idle inhibitor fix code style
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 |