summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-03-29 04:29:15 +0000
committersabetts <sabetts>2001-03-29 04:29:15 +0000
commiteb256cbcbed3431ec5a330fe6dcb12f75ec76c8a (patch)
treed57dd638f39dc32492f92ac86fd16c88929bc0a8 /src/main.c
parent889c6fc041fe9af255f609ba434eceab74491e8c (diff)
downloadratpoison-eb256cbcbed3431ec5a330fe6dcb12f75ec76c8a.zip
better command functionality
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5cbf4c2..fc97004 100644
--- a/src/main.c
+++ b/src/main.c
@@ -51,6 +51,8 @@ Atom wm_colormaps;
Atom rp_restart;
Atom rp_kill;
Atom rp_command;
+Atom rp_command_request;
+Atom rp_command_result;
screen_info *screens;
int num_screens;
@@ -365,6 +367,8 @@ main (int argc, char *argv[])
rp_restart = XInternAtom (dpy, "RP_RESTART", False);
rp_kill = XInternAtom (dpy, "RP_KILL", False);
rp_command = XInternAtom (dpy, "RP_COMMAND", False);
+ rp_command_request = XInternAtom (dpy, "RP_COMMAND_REQUEST", False);
+ rp_command_result = XInternAtom (dpy, "RP_COMMAND_RESULT", False);
if (do_kill)
{