зеркало из https://github.com/github/putty.git
Set WM_TRANSIENT_FOR appropriately on the "about" box so that fvwm doesn't
insist on finding a bit of spare screen to put it in. Still pondering whether it's sensible to do this with the "change settings" box as well. [originally from svn r8970]
This commit is contained in:
Родитель
9f52d6c905
Коммит
edfc6a05ec
|
@ -3506,6 +3506,8 @@ void about_box(void *window)
|
|||
gtk_widget_show(w);
|
||||
|
||||
set_transient_window_pos(GTK_WIDGET(window), aboutbox);
|
||||
gtk_window_set_transient_for(GTK_WINDOW(aboutbox),
|
||||
GTK_WINDOW(window));
|
||||
gtk_widget_show(aboutbox);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче