summaryrefslogtreecommitdiff
path: root/mate-panel/wayland-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/wayland-backend.h')
-rw-r--r--mate-panel/wayland-backend.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/mate-panel/wayland-backend.h b/mate-panel/wayland-backend.h
new file mode 100644
index 00000000..ae6a837f
--- /dev/null
+++ b/mate-panel/wayland-backend.h
@@ -0,0 +1,18 @@
+#ifndef __WAYLAND_BACKEND_H__
+#define __WAYLAND_BACKEND_H__
+
+#include <config.h>
+
+#ifndef HAVE_WAYLAND
+#error file should only be included when HAVE_WAYLAND is enabled
+#endif
+
+#include <gdk/gdk.h>
+#include <gdk/gdkwayland.h>
+
+#include "panel-toplevel.h"
+
+void wayland_panel_toplevel_init (PanelToplevel* toplevel);
+void wayland_panel_toplevel_update_placement (PanelToplevel* toplevel);
+
+#endif /* __WAYLAND_BACKEND_H__ */