summaryrefslogtreecommitdiff
path: root/src/communications.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-04-14 02:30:14 +0000
committersabetts <sabetts>2003-04-14 02:30:14 +0000
commit65963a411c7b8f32ff9936ab477943d9c54e0442 (patch)
tree553c9407a4cd4f4813890e222c741963240b7196 /src/communications.h
parent3a1b9f4a566bb8292481eb1d059713f48f185317 (diff)
downloadratpoison-65963a411c7b8f32ff9936ab477943d9c54e0442.zip
* src/main.c (main): if the screen was specified on the
command-line, send the command to the correct screen. * src/communications.c (send_command): new argument, screen_num. Get the root window for the specified screen. prototype updated.
Diffstat (limited to 'src/communications.h')
-rw-r--r--src/communications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/communications.h b/src/communications.h
index 0fd7937..6ece873 100644
--- a/src/communications.h
+++ b/src/communications.h
@@ -22,6 +22,6 @@
#ifndef _RATPOISON_COMMUNICATIONS_H
#define _RATPOISON_COMMUNICATIONS_H 1
-int send_command (unsigned char *cmd);
+int send_command (unsigned char *cmd, int screen_num);
#endif /* ! _RATPOISON_COMMUNICATIONS_H */