forked from len0rd/rockbox
Changed window attribute to overlapped so it isn't always on top.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3889 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
48c2d0f929
commit
1f6021ba89
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ BOOL GUIStartup ()
|
||||||
|
|
||||||
// create window
|
// create window
|
||||||
hGUIWnd = CreateWindowEx (
|
hGUIWnd = CreateWindowEx (
|
||||||
WS_EX_TOOLWINDOW | WS_EX_PALETTEWINDOW,
|
WS_EX_TOOLWINDOW | WS_EX_OVERLAPPEDWINDOW,
|
||||||
"RockBoxUISimulator", "ARCHOS JukeBox",
|
"RockBoxUISimulator", "ARCHOS JukeBox",
|
||||||
WS_VISIBLE | WS_SYSMENU | WS_OVERLAPPEDWINDOW,
|
WS_VISIBLE | WS_SYSMENU | WS_OVERLAPPEDWINDOW,
|
||||||
CW_USEDEFAULT, CW_USEDEFAULT,
|
CW_USEDEFAULT, CW_USEDEFAULT,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue