projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8339c
)
print-editor: Use gtk_window_present()
author
Guido Günther
<agx@sigxcpu.org>
Tue, 11 Jan 2022 19:27:25 +0000
(20:27 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Mon, 28 Feb 2022 16:55:54 +0000
(16:55 +0000)
This lets xdg-activation work as otherwise gdk_wayland_surface_focus is
never invoked.
demos/print-editor/print-editor.c
patch
|
blob
|
history
diff --git
a/demos/print-editor/print-editor.c
b/demos/print-editor/print-editor.c
index bfadd5e494e800dbd4ba0b2cfbd77c082fde3b74..ca5d143d06caa5bef3e10b0bb21e91000c9d9cb2 100644
(file)
--- a/
demos/print-editor/print-editor.c
+++ b/
demos/print-editor/print-editor.c
@@
-871,7
+871,7
@@
activate (GApplication *app)
update_ui ();
- gtk_wi
dget_show (main_window
);
+ gtk_wi
ndow_present (GTK_WINDOW (main_window)
);
}
static void