Move window to front after creation
genmeblog opened this issue · 3 comments
Hey T!
A related request: I've just been playing with using Clojure2D for graphics again after awhile using other tools, and I find myself wanting to be able to pass a flag to show-window that tells it to call (.setAlwaysOnTop (:frame window) true). Obviously, I can do this myself after the window has materialized, but I suspect I'm not the only one who likes to fullscreen emacs and still have the drawing canvas float in view on top. :)
Hey J! Actually someone asked me for this already and there is a parameter :always-on-top? (I haven't documented it yet.). Set it to true in show-window. https://github.com/Clojure2D/clojure2d/blob/master/src/clojure2d/core.clj#L2081
It's in snapshot "1.2.0-SNAPSHOT" (you can safely use this).
O, lovely. I'll upgrade and give it a go. :)