diff options
author | rcyeske <rcyeske> | 2001-03-06 02:47:26 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-03-06 02:47:26 +0000 |
commit | b128a6aca22b43471428d1e9d746a492794bbbe9 (patch) | |
tree | 710e60b2e528c4ad6e43a16c17d235d2dae4baca /src | |
parent | f85a565250139e20aebaee90ff938e4ec0698ada (diff) | |
download | ratpoison-b128a6aca22b43471428d1e9d746a492794bbbe9.zip |
formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/actions.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/actions.c b/src/actions.c index 38a5006..45bfc12 100644 --- a/src/actions.c +++ b/src/actions.c @@ -18,7 +18,7 @@ * the Free Software Foundation, Inc., 59 Temple Place, Suite 330, * Boston, MA 02111-1307 USA */ - + #include <unistd.h> #include <sys/wait.h> #include <X11/keysym.h> @@ -26,13 +26,7 @@ #include <time.h> #include "ratpoison.h" - -/* #define C ControlMask */ -/* #define M Mod1Mask /\* Meta *\/ */ -/* #define A Mod2Mask /\* Alt *\/ */ -/* #define S Mod3Mask /\* Super *\/ */ -/* #define H Mod4Mask /\* Hyper *\/ */ - + rp_action *key_actions; int key_actions_last; int key_actions_table_size; |