Menu

#4 Splash screen has static edge

closed-fixed
General (55)
5
2005-06-09
2005-06-08
No

The following change in the guihead.c fixes the problem:

hWnd = CreateWindowEx(WS_EX_TOOLWINDOW, "STATIC", "",
WS_POPUP | SS_BITMAP, 0, 0, CW_USEDEFAULT,
CW_USEDEFAULT, NULL, NULL, hInstance, NULL);

Discussion

  • Grzegorz Kowal

    Grzegorz Kowal - 2005-06-09

    Logged In: YES
    user_id=917657

    Thanks!!

     
  • Grzegorz Kowal

    Grzegorz Kowal - 2005-06-09
    • assigned_to: nobody --> grzegok
    • status: open --> closed-fixed
     

Log in to post a comment.