1xine-ui's windows in general are designed to have no decoration (border and
2title) attached by the window manager, and some are intended to be placed at
3a position given by xine-ui instead of being placed automatically.
4
5For that to work, window managers must accept the MWM (motif window manager)
6decoration hint as well as program supplied window positions, either globally
7or at least for the xine-ui windows.
8
9Some window managers may need appropriate entries in their configuration file
10as noted below:
11
12
13fvwm2:
14
15  Put following lines into your .fvwm2rc configuration file:
16
17    Style "xine" MwmDecor,UsePPosition
18    Style "Xitk" MwmDecor,UsePPosition
19
20  ("xine" and "Xitk" are the class names of the several xine-ui windows).
21  These commands are only necessary if they are not covered or inverted by other
22  'Style "*" ...' commands. However, it's no mistake to include them anyway.
23