diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-02-26 14:07:19 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-02-26 14:11:16 -0500 |
commit | b4ae491b4577e0b451991d932a30aef6c0d01ffc (patch) | |
tree | 38001705a5c49a4e0ff48294f9079066e5e38541 /gtk/gtkwindow.h | |
parent | 1469d01e2e688bab6fec1ee75bf760ea102a2ad6 (diff) | |
download | gtk+-b4ae491b4577e0b451991d932a30aef6c0d01ffc.tar.gz |
window: Undo the deprection of gtk_window_present
After considerable discussion, we came to the conclusion
that the convenience of this API wins over the correctness
of gtk_window_present_with_time(), in particular since we
don't have a good mechanism to carry timestamps from the
events to the places where we present windows.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index c21d5261c4..fb30ab99b8 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -324,7 +324,7 @@ GDK_AVAILABLE_IN_ALL gboolean gtk_window_propagate_key_event (GtkWindow *window, GdkEventKey *event); -GDK_DEPRECATED_IN_4_0_FOR(gtk_window_present_with_time) +GDK_AVAILABLE_IN_ALL void gtk_window_present (GtkWindow *window); GDK_AVAILABLE_IN_ALL void gtk_window_present_with_time (GtkWindow *window, |