17#define HELP_SEE_WINDOW_STACK \
18 "If no window is given, %1 is used. See WINDOW STACK in xdotool(1)\n"
19#define HELP_CHAINING_ENDS \
20 "This command consumes all arguments after it, so you cannot chain\n" \
21 " additional commands after it.\n"
23extern void consume_args(context_t *
context,
int argc);
24extern void window_list(context_t *
context,
const char *window_arg,
25 Window **windowlist_ret,
int *nwindows_ret,
26 const int add_to_list);
28extern void window_save(context_t *
context, Window window);
29extern int is_command(
char *cmd);
31extern int window_is_valid(context_t *
context,
const char *window_arg);
32extern int window_get_arg(context_t *
context,
int min_arg,
int window_arg_pos,
33 const char **window_arg);
35extern void xdotool_debug(context_t *
context,
const char *format, ...);
36extern void xdotool_output(context_t *
context,
const char *format, ...);