Convert over to use GetOpt::Long and introduce -f and -h.
[fvwm.git] / fvwm / virtual.h
blob2e2df21a63971b51ad8047532971ec4384183a89
1 /* -*-c-*- */
3 #ifndef _VIRTUAL_
4 #define _VIRTUAL_
6 int HandlePaging(
7 XEvent *pev, int HorWarpSize, int VertWarpSize, int *xl, int *yt,
8 int *delta_x, int *delta_y, Bool Grab, Bool fLoop,
9 Bool do_continue_previous, int delay);
10 void checkPanFrames(void);
11 void raisePanFrames(void);
12 void initPanFrames(void);
13 Bool is_pan_frame(Window w);
14 void MoveViewport(int newx, int newy,Bool);
15 void goto_desk(int desk);
16 void do_move_window_to_desk(FvwmWindow *fw, int desk);
17 Bool get_page_arguments(char *action, int *page_x, int *page_y);
18 char *GetDesktopName(int desk);
20 #endif /* _VIRTUAL_ */