Skip to content

Make Orbital Login Window Unclosable (calc, editor, file mgn, orblogin)

Created by: InsidiousMind

Added &[WindowFlag::Exit] to call to window which creates login. In other programs, if not flags were previously pass I now pass &[]

I changed the call to orbclient::new to orbclient::new_flags so I could pass the Exit flag to orbclient through orbtk.

Other pull requests which fix this issue are under the same branch name (make-orbital-login-unclosable)

this also fixes the issue with the Resizable event firing even when the window is not supposed to be resizable.

PRS: https://github.com/redox-os/orbclient/pull/29 https://github.com/redox-os/orbital/pull/13 https://github.com/redox-os/orbtk/pull/42 https://github.com/redox-os/orbutils/pulls

Original Issues: https://github.com/redox-os/orbital/issues/11 https://github.com/redox-os/redox/issues/859

Merge request reports