moo_window_present(): move window to the current desktop

master
Yevgen Muntyan 2006-06-16 01:37:17 -05:00
parent c0489b3889
commit e7f7d5c93a
1 changed files with 1 additions and 0 deletions

View File

@ -557,6 +557,7 @@ moo_window_present (GtkWindow *window)
if (!GTK_WIDGET_REALIZED (window))
return gtk_window_present (window);
gdk_x11_window_move_to_current_desktop (GTK_WIDGET(window)->window);
stamp = gdk_x11_get_server_time (GTK_WIDGET(window)->window);
gtk_window_present_with_time (window, stamp);
#endif