Window focus
Status: Beta
Brought to you by:
jralls
[From Ben Hines]
I got gtk-osx working as a fink package and added a
Fink/dylib target as well as a Fink/Framework target (for
users who want to use the fink glib). Apps work aunched
from the command line, but suffer from the "window
focus" problem that SDL sometimes has when launched
from the CLI. We should take a look at SDL to see how
they solved the problem.
Logged In: YES
user_id=45769
Afaik, you can only have an application receive events
(which you need in order to focus the window), by making an
application bundle.
I'm not aware of anything in SDL, that can eliminate the
need for a proper bundle.