Ignore:
Timestamp:
2008-11-27T13:12:52+13:00 (15 years ago)
Author:
oranfry
Message:

splash screen changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r17919 r17937  
    164164            GetObject(g_progress, sizeof(bm), &bm);
    165165            SelectObject(hdcMem, g_progress);
    166             BitBlt(hdc, 0, 276, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
     166            BitBlt(hdc, 0, 270, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
    167167           
    168168            //paint in the step with transparency
Note: See TracChangeset for help on using the changeset viewer.