1 #ifndef LIB_TARGET_H
2 #define LIB_TARGET_H
3 
4 void fvwmlib_keyboard_shortcuts(
5 	Display *dpy, int screen, XEvent *Event, int x_move_size,
6 	int y_move_size, int *x_defect, int *y_defect, int ReturnEvent);
7 
8 void fvwmlib_get_target_window(
9 	Display *dpy, int screen, char *MyName, Window *app_win,
10 	Bool return_subwindow);
11 
12 Window fvwmlib_client_window(Display *dpy, Window input);
13 
14 #endif /* LIB_TARGET_H */
15