[kbuild-devel] Mouse Wheel Patch against 2.4.17

2002-01-13 Thread Bernd Petrovitsch
bind $w \"$w.config.canvas yview scroll -5 unit;break;\"\n"); printf( "\tbind $w \"$w.config.canvas yview scroll 1 page;break;\"\n"); printf( "\tbind $w \"$w.config.canvas yview scroll -1 page;break;\"\n");

Re: [kbuild-devel] Re: Mouse Wheel Patch against 2.4.17

2002-01-14 Thread Bernd Petrovitsch
In message <[EMAIL PROTECTED]>, Keith Owens wrote: >On Sun, 13 Jan 2002 16:54:41 +0100, >Bernd Petrovitsch <[EMAIL PROTECTED]> wrote: >>I added mouse wheel support to the X11 configuration program. >>It is the straight forward solution : just assign the existing

[kbuild-devel] (no subject)

2002-10-31 Thread Bernd Petrovitsch
fig.canvas yview scroll -1 page;break;\"\n"); printf( "\tbind $w \"$w.config.canvas yview moveto 0;break;\"\n"); +printf( "\tbind $w \"$w.config.canvas yview moveto 0;break;\"\n"); printf( "\tbind $w \"$w.config.canvas yview moveto 1 ;break;\"\n"); +printf( "\tbind $w \"$w.config.canvas yview moveto 1 ;break;\"\n"); printf( "\tpack $w.config.canvas -side right -fill y\n" ); printf("\n\n"); } Bernd Petrovitsch Email : [EMAIL PROTECTED] g.a.m.s gmbh Fax : +43 1 205255-900 Prinz-Eugen-Straße 8A-1040 Vienna/Austria/Europe LUGA : http://www.luga.at

[kbuild-devel] Re: [PATCH] Pointer cast warnings in scripts/

2005-06-21 Thread Bernd Petrovitsch
On Tue, 2005-06-21 at 14:59 +0200, Pierre Ossman wrote: [...] > It should only be a matter of reversing the patches for Solaris then. > But that will of course bring back the warnings on that platform. I'd > say we should stick with what the standard says. Unfortunatly I don't The C-standard about

[kbuild-devel] Re: [PATCH] Pointer cast warnings in scripts/

2005-06-22 Thread Bernd Petrovitsch
On Wed, 2005-06-22 at 11:21 +0200, Pierre Ossman wrote: > Bernd Petrovitsch wrote: > >The C-standard about "char", "signed char" and "unsigned char"? > >These are 3 different types. > > I was referring to which of the three types is correct fo