16 #define HELP_SEE_WINDOW_STACK \
17 "If no window is given, %1 is used. See WINDOW STACK in xdotool(1)\n"
18 #define HELP_CHAINING_ENDS \
19 "This command consumes all arguments after it, so you cannot chain\n" \
20 " additional commands after it.\n"
24 Window **windowlist_ret,
int *nwindows_ret,
25 const int add_to_list);
28 extern int is_command(
char *cmd);
31 extern int window_get_arg(
context_t *
context,
int min_arg,
int window_arg_pos,
32 const char **window_arg);