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