summaryrefslogtreecommitdiff
path: root/src/zenity.h
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2021-02-13 23:19:03 -0500
committerLogan Rathbone <poprocks@gmail.com>2021-02-13 23:19:03 -0500
commit71744aa4b388754b20bbcdbf7dabf482202fee79 (patch)
treefed6f5227c30da84b18b184f219efd1d6bfaad0f /src/zenity.h
parent6b6ef217972a2776b46406ad421f4ade432c1574 (diff)
downloadzenity-71744aa4b388754b20bbcdbf7dabf482202fee79.tar.gz
Start migrating to meson.
Diffstat (limited to 'src/zenity.h')
-rw-r--r--src/zenity.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/zenity.h b/src/zenity.h
index a7b59d9..449d022 100644
--- a/src/zenity.h
+++ b/src/zenity.h
@@ -1,9 +1,13 @@
+/* vim: colorcolumn=80 ts=4 sw=4
+ */
#ifndef ZENITY_H
#define ZENITY_H
#include <gtk/gtk.h>
#include <glib/gi18n.h>
+#include <config.h>
+
G_BEGIN_DECLS
typedef struct {
@@ -176,8 +180,8 @@ void zenity_progress (ZenityData *data, ZenityProgressData *progress_data);
void zenity_text (ZenityData *data, ZenityTextData *text_data);
void zenity_tree (ZenityData *data, ZenityTreeData *tree_data);
#ifdef HAVE_LIBNOTIFY
-void zenity_notification (
- ZenityData *data, ZenityNotificationData *notification_data);
+void zenity_notification (ZenityData *data,
+ ZenityNotificationData *notification_data);
#endif
void zenity_colorselection (