Patch: Splash screen not centered/displayed properly on win32

From: Mikey Cooper (mikey_at_bluey.com)
Date: Sat Apr 17 2004 - 01:30:00 EDT

  • Next message: Tomas Frydrych: "Re: commit: Re: commit: Fix changeStrux with revision Marks."

    A patch to fix a trivial win32-fe issue... our splash screen is 300x350px
    PNG. When displaying the splash screen on Win32, we create a 300x350px
    window with a 1px thinline border on each side. We then try to insert the
    300x350px PNG into the remaining 298x348px window. As a result, the splash
    screen is cut off by two px on the bottom and right sides.

    This patch will add 2 to the height and width of the window to allow the
    entire splash screen to fit in it. It also subtracts 1 from the top and
    left so it's centered properly.





    This archive was generated by hypermail 2.1.4 : Sat Apr 17 2004 - 01:52:34 EDT