Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig
[fvwm.git] / libs / Target.h
blob5b3f306530fbc319b93324a7462771a4a3d6237b
1 #ifndef LIB_TARGET_H
2 #define LIB_TARGET_H
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 */