X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fkey_press.h;h=8f23854b0b34d6d9787c355bb8965befe625fbca;hb=55bc6741796e8b179b6111a721a3e9631934bb86;hp=89199ce8314d59e007439bfed30dd0a1c6cee5ec;hpb=e2ebe3e2ae8b90e52647853c4a3e9a155285e7dd;p=i3%2Fi3 diff --git a/include/key_press.h b/include/key_press.h index 89199ce8..8f23854b 100644 --- a/include/key_press.h +++ b/include/key_press.h @@ -2,14 +2,14 @@ * vim:ts=4:sw=4:expandtab * * i3 - an improved dynamic tiling window manager - * © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE) + * © 2009 Michael Stapelberg and contributors (see also: LICENSE) * * key_press.c: key press handler * */ #pragma once -extern pid_t command_error_nagbar_pid; +#include /** * There was a key press. We compare this key code with our bindings table and pass @@ -21,7 +21,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,