Changeset 56

Show
Ignore:
Timestamp:
05/16/07 16:46:18 (2 years ago)
Author:
lindquist
Message:

Changed default visibility for Window to visible. fixes a bunch of problems in gtk where the window must be shown.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/bughunt/minwin/window.d

    r55 r56  
    388388        this(char[] title = "", char[] name = "") { 
    389389            peer = CreateWindowX("MinWinWindow", title, 
    390                  MinWinWindowStyle
     390                 MinWinWindowStyle | WS_VISIBLE
    391391                 CW_USEDEFAULT, CW_USEDEFAULT, 
    392392                 DefaultWindowWidth, DefaultWindowHeight,