Jehan, That is an excellent patch! I was just thinking that we should add this sort of functionality. Yes, I was reading the ./ posts too :)
However, there are a bunch of ^M's showing up in the patch file for winwndproc.c starting at about line 496 (in the patch file). Could you clean that up and resubmit? Thanks for the great work, Harold > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jehan > Sent: Sunday, July 07, 2002 11:27 PM > To: [EMAIL PROTECTED] > Subject: [PATCH] -scrollbars option > > > Hello, > > Since I've seen a couple complaints about not being able to resize the > windows in this mailing list and on slashdot, I've decided to implement > it. So here it is. > With this option, when in windowed mode, you can resize the window (if > you use decoration) and have a virtual screen bigger than your desktop > (so now you can have a real 1024x768 screen on your 1024x768 monitor > without having to go fullscreen, or you can have a 1600x1200 on your > 320x200 monitor :) ). > > Harold, I left a comment in wincreatewnd.c (line 263 for me). At this > place, you map the client area coords to fullscreen but you never use > them. So either I missed something and I'm sorry for bothering you, or > this is some left over from some old code that can be removed. > Also, I didn't change the "Primary FB" since it's deprecated and you > said in the contributor's guide that the "Development of the Primary FB > engine has ceased". > > Jehan >