]> git.sur5r.net Git - i3/i3/blobdiff - include/key_press.h
Merge branch 'master' into next
[i3/i3] / include / key_press.h
index 417843a10fbea0c1a5e7c202539d7811e53f36e3..89199ce8314d59e007439bfed30dd0a1c6cee5ec 100644 (file)
@@ -7,8 +7,9 @@
  * key_press.c: key press handler
  *
  */
-#ifndef I3_KEY_PRESS_H
-#define I3_KEY_PRESS_H
+#pragma once
+
+extern pid_t command_error_nagbar_pid;
 
 /**
  * There was a key press. We compare this key code with our bindings table and pass
@@ -28,5 +29,3 @@ void handle_key_press(xcb_key_press_event_t *event);
  *
  */
 void kill_commanderror_nagbar(bool wait_for_it);
-
-#endif