]> git.sur5r.net Git - i3/i3/blobdiff - include/key_press.h
refactor both i3-nagbar starts into src/util.c
[i3/i3] / include / key_press.h
index 417843a10fbea0c1a5e7c202539d7811e53f36e3..b231b8f5b4d34ba027ff1dc80c0a922c28720fe8 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef I3_KEY_PRESS_H
 #define I3_KEY_PRESS_H
 
+extern pid_t command_error_nagbar_pid;
+
 /**
  * There was a key press. We compare this key code with our bindings table and pass
  * the bound action to parse_command().