diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-12 17:04:04 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-12 17:04:04 -0400 |
| commit | 2146ac2af3209f70df8c73e16d82bf866ea19c0b (patch) | |
| tree | b1fbcbc0f011dd3e6c2f48f6507b3bf113c6fd8d /redo/container_windows.c | |
| parent | d060977cc7644be37774192f0015ce1e6a91b2aa (diff) | |
Added WS_EX_CONTROLPARENT to container and Tab on Windows.
Diffstat (limited to 'redo/container_windows.c')
| -rw-r--r-- | redo/container_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/container_windows.c b/redo/container_windows.c index e393861..708bd9b 100644 --- a/redo/container_windows.c +++ b/redo/container_windows.c @@ -72,7 +72,7 @@ HWND newContainer(void *data) HWND hwnd; hwnd = CreateWindowExW( - 0, + WS_EX_CONTROLPARENT, containerclass, L"", WS_CHILD | WS_VISIBLE, CW_USEDEFAULT, CW_USEDEFAULT, |
