]> git.sur5r.net Git - i3/i3/blobdiff - include/startup.h
t/*ewmh*: fix flakiness by syncing
[i3/i3] / include / startup.h
index e39fe63b08f751dcd86d1cc26bf8c678bd486cff..9cbdf17bd20950bc6de744b43d7300b3df3a9bfd 100644 (file)
@@ -10,8 +10,7 @@
  *            the appropriate workspace.
  *
  */
-#ifndef I3_STARTUP_H
-#define I3_STARTUP_H
+#pragma once
 
 #define SN_API_NOT_YET_FROZEN 1
 #include <libsn/sn-monitor.h>
@@ -50,7 +49,7 @@ void startup_monitor_event(SnMonitorEvent *event, void *userdata);
  *
  */
 struct Startup_Sequence *startup_sequence_get(i3Window *cwindow,
-    xcb_get_property_reply_t *startup_id_reply, bool ignore_mapped_leader);
+                                              xcb_get_property_reply_t *startup_id_reply, bool ignore_mapped_leader);
 
 /**
  * Checks if the given window belongs to a startup notification by checking if
@@ -62,5 +61,3 @@ struct Startup_Sequence *startup_sequence_get(i3Window *cwindow,
  *
  */
 char *startup_workspace_for_window(i3Window *cwindow, xcb_get_property_reply_t *startup_id_reply);
-
-#endif