mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
9d6a33d0c8
Implement the ClutterStageWindow::set_accept_focus() virtual function in the win32 backend. If accept_focus is set to be TRUE then we call SetforegroundWindow() after calling ShowWindow(). This is similar to what GDK does when dealing with the same situation. http://bugzilla.clutter-project.org/show_bug.cgi?id=2500