]> git.sur5r.net Git - i3/i3/blobdiff - include/key_press.h
Properly invalidate rendering cache when updating orientation (Thanks hercek)
[i3/i3] / include / key_press.h
index 4d469babe8bb2869ffede445d8efc5163c625e8e..9712e8b9eda608542ff331ca39bd148726568f89 100644 (file)
@@ -7,8 +7,7 @@
  * key_press.c: key press handler
  *
  */
-#ifndef _KEY_PRESS_H
-#define _KEY_PRESS_H
+#pragma once
 
 /**
  * There was a key press. We compare this key code with our bindings table and pass
@@ -28,5 +27,3 @@ void handle_key_press(xcb_key_press_event_t *event);
  *
  */
 void kill_commanderror_nagbar(bool wait_for_it);
-
-#endif