]> git.sur5r.net Git - i3/i3/blobdiff - include/fake_outputs.h
Include workspace con in workspace event
[i3/i3] / include / fake_outputs.h
index bfeba292470af38e800a553eec644becf3385a2f..75ef77ba8e71f6ea3ecc01f2dacfce1b9e5c6313 100644 (file)
@@ -8,8 +8,7 @@
  * which don’t support multi-monitor in a useful way) and for our testsuite.
  *
  */
-#ifndef I3_FAKE_OUTPUTS_H
-#define I3_FAKE_OUTPUTS_H
+#pragma once
 
 /**
  * Creates outputs according to the given specification.
@@ -19,5 +18,3 @@
  *
  */
 void fake_outputs_init(const char *output_spec);
-
-#endif