Origin-OS
Origin-OS copied to clipboard
[OSL] Subwindow syntax
if scope.name == "main" (
window "add_sub" 1
)
mainloop:
import "win-buttons"
subloop: 1
log "hi"
window "stop"
still unsure of how to implement this, would require a full overhaul of the entire window manager and that is a hell of a lot of work
still unsure of how to implement this, would require a full overhaul of the entire window manager and that is a hell of a lot of work
yes
ik how to do this now
crazy
workers have kinda replaced this to an extent. the new process handling should allow me to make this tho frl