Re: Xinerama merger -- part 1

2001-07-29 Thread Dmitry Yu. Bolkhovityanov
On 28 Jul 01 at 18:15, [EMAIL PROTECTED] wrote: [SNIP] > > The point is not cleaning the code, but a correct operation of modules > > -- > > do you need a pager on non-primary screen? > > I don't quit understand the question. Of course I'd usually > prefer the pager on the primary screen, bu

Re: Xinerama merger -- part 1

2001-07-29 Thread Dominik Vogt
On Sun, Jul 29, 2001 at 02:13:56PM +0700, Dmitry Yu. Bolkhovityanov wrote: > On 28 Jul 01 at 18:15, [EMAIL PROTECTED] wrote: > > [SNIP] > > > The point is not cleaning the code, but a correct operation of > > > modules -- > > > do you need a pager on non-primary screen? > > > > I don't quit u

Re: Xinerama merger -- part 1

2001-07-28 Thread Dmitry Yu. Bolkhovityanov
On 28 Jul 01 at 13:07, [EMAIL PROTECTED] wrote: > > > - Please keep in mind that that fvwm is controlled and configured > > >by configuration commands, not by environment variables. It's > > >not necessary to make features configurable via the > > >environment. (I'll remove the corre

Re: Xinerama merger -- part 1

2001-07-28 Thread Dominik Vogt
On Sat, Jul 28, 2001 at 09:42:42PM +0700, Dmitry Yu. Bolkhovityanov wrote: Content-Description: Mail message body > On 28 Jul 01 at 13:07, [EMAIL PROTECTED] wrote: > > > > > - Please keep in mind that that fvwm is controlled and configured > > > >by configuration commands, not by environment

Re: Xinerama merger -- part 1

2001-07-28 Thread Dominik Vogt
On Fri, Jul 27, 2001 at 09:35:49PM +0700, Dmitry Yu. Bolkhovityanov wrote: > On 27 Jul 01 at 11:56, fvwm-workers@fvwm.org wrote: > > > - Code is written with 80 characters per line, a basic > >indentation width of 2. > > - Always compile the code with and without your ifdefs. Remove > >

Re: Xinerama merger -- part 1

2001-07-27 Thread Dmitry Yu. Bolkhovityanov
On 27 Jul 01 at 11:56, fvwm-workers@fvwm.org wrote: > - Code is written with 80 characters per line, a basic >indentation width of 2. > - Always compile the code with and without your ifdefs. Remove >all warnings (compile with 'make CFLAGS="-Wall -Werror -g"). Okay. I usually set

Re: Xinerama merger -- part 1

2001-07-27 Thread Dominik Vogt
On Thu, Jul 26, 2001 at 05:43:39PM +0700, Dmitry Yu. Bolkhovityanov wrote: Content-Description: Mail message body > Hi! > > That's part 1 of XineramaSupport v2 merger. It contains > libs/XineramaSupport.[ch] as drop-in replacements. Next part will be > configure script, followed by modul

Re: Xinerama merger -- part 1

2001-07-27 Thread Dominik Vogt
On Thu, Jul 26, 2001 at 05:43:39PM +0700, Dmitry Yu. Bolkhovityanov wrote: Content-Description: Mail message body > Hi! > > That's part 1 of XineramaSupport v2 merger. It contains > libs/XineramaSupport.[ch] as drop-in replacements. Next part will be > configure script, followed by modul

Xinerama merger -- part 1

2001-07-26 Thread Dmitry Yu. Bolkhovityanov
Hi! That's part 1 of XineramaSupport v2 merger. It contains libs/XineramaSupport.[ch] as drop-in replacements. Next part will be configure script, followed by modules. The only change required is to fvwm/menus.c -- to use XiSuppClipToScreenAt() instead of XiSuppClipToScreen() (the f