]> git.sur5r.net Git - i3/i3/blobdiff - include/key_press.h
Merge pull request #1549 from shdown/y-offset-fix
[i3/i3] / include / key_press.h
index 89199ce8314d59e007439bfed30dd0a1c6cee5ec..86cc6836f1300402ad29a26c3cddcc62968c4ff2 100644 (file)
@@ -9,8 +9,6 @@
  */
 #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
  * the bound action to parse_command().
@@ -21,7 +19,7 @@ void handle_key_press(xcb_key_press_event_t *event);
 /**
  * Kills the commanderror i3-nagbar process, if any.
  *
- * Called when reloading/restarting, since the user probably fixed his wrong
+ * Called when reloading/restarting, since the user probably fixed their wrong
  * keybindings.
  *
  * If wait_for_it is set (restarting), this function will waitpid(), otherwise,