Re: New rootless mode

2004-10-30 Thread Alexander Gottwald
Kensuke Matsuzaki wrote: Hi, guys. I'm writing code related mwextwm. Temporally I added -internalwm option. It detects another window manager, and automatically it switches on/off built-in window manager. There are duplicated code for -rootless and -multiwindow and -mwextwm. This will

Re: New rootless mode

2004-10-30 Thread Kensuke Matsuzaki
-internalwm is actually -multiwindow? No. -multiwindow use hw/xwin/winmultiwindow*.c to handle widow, but -internalwm use miext/rootless/. And -internalwm uses built-in wm in winmultiwindowwm.c too if another window manager is running. I'd keep the options (at least their names) for backward

Re: New rootless mode

2004-10-30 Thread Alexander Gottwald
Kensuke Matsuzaki wrote: -internalwm is actually -multiwindow? No. -multiwindow use hw/xwin/winmultiwindow*.c to handle widow, but -internalwm use miext/rootless/. And -internalwm uses built-in wm in winmultiwindowwm.c too if another window manager is running. oh. This makes it clear.

New rootless mode

2004-10-29 Thread Kensuke Matsuzaki
Hi, guys. I'm writing code related mwextwm. Temporally I added -internalwm option. It detects another window manager, and automatically it switches on/off built-in window manager. There are duplicated code for -rootless and -multiwindow and -mwextwm. This will merge those three mode. I have to