(from Yitzhak)
win32gui: more splash screen integration The Makefile have rip.uu/splash.uu added to them. However, this won't work if you don't have splash.uu. Instead, just copy rip.uu or another .uu and name it splash.uu. Make expects to have splash.uu present (at least Borland's make). It doesn't add splash.uu decoding to the IDE framework. It does a bit in winhack.rc and Makefile.bcc to bring winhack.rc up to sync with Borland's compiler. If you don't like the splash screen, then I'll have to redo that part of the patch apart from the others.
This commit is contained in:
@@ -51,6 +51,7 @@ typedef struct mswin_nhwindow_app {
|
||||
HBITMAP bmpPetMark;
|
||||
HBITMAP bmpMapTiles; /* custom tiles bitmap */
|
||||
HBITMAP bmpRip;
|
||||
HBITMAP bmpSplash;
|
||||
int mapTile_X; /* tile width */
|
||||
int mapTile_Y; /* tile height */
|
||||
int mapTilesPerLine; /* number of tile per row in the bitmap */
|
||||
|
||||
Reference in New Issue
Block a user