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
);
8 void fvwmlib_get_target_window(
9 Display
*dpy
, int screen
, char *MyName
, Window
*app_win
,
10 Bool return_subwindow
);
12 Window
fvwmlib_client_window(Display
*dpy
, Window input
);
14 #endif /* LIB_TARGET_H */