From: Jonathan McDowell <noodles@earth.li>
Date: Tue, 29 Mar 2011 14:20:10 +0000 (-0700)
Subject: Add an element to the keyd command enum for the last supported command
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/5e2de631734d4ca56e794e21a1a509e50da91fd9?ds=sidebyside;hp=59e5def499b3e9ae3587ebae2bef8794a1df34ea

Add an element to the keyd command enum for the last supported command

  Add KEYD_CMD_LAST as a placeholder for the last supported keyd
  command.
---

diff --git a/keyd.h b/keyd.h
index 9dd7227..30af955 100644
--- a/keyd.h
+++ b/keyd.h
@@ -23,7 +23,8 @@ enum keyd_ops {
 	KEYD_CMD_GETFULLKEYID,
 	KEYD_CMD_KEYITER,
 	KEYD_CMD_CLOSE,
-	KEYD_CMD_QUIT
+	KEYD_CMD_QUIT,
+	KEYD_CMD_LAST			/* Placeholder */
 };
 
 enum keyd_reply {