ui.backend.windows: make small-title-bar windows WS_EX_TOPMOST so they behave like os x small-title-bar windows
parent
58c95296f2
commit
8644e12bb6
|
@ -248,7 +248,7 @@ CONSTANT: window-control>ex-style
|
|||
{ minimize-button 0 }
|
||||
{ maximize-button 0 }
|
||||
{ resize-handles $ WS_EX_WINDOWEDGE }
|
||||
{ small-title-bar $ WS_EX_TOOLWINDOW }
|
||||
{ small-title-bar $[ WS_EX_TOOLWINDOW WS_EX_TOPMOST bitor ] }
|
||||
{ normal-title-bar $ WS_EX_APPWINDOW }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue