eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 26 forks source link

GTK dialogs must be "transient-for" the main SDL window #23

Closed eglaysher closed 13 years ago

eglaysher commented 13 years ago

gtk_window_set_transient_for() requires both windows to be GtkWindows. We'll need to emulate this behaviour so if the SDL window is clicked, we'll switch to the current GTK+ dialog.