From b4ae491b4577e0b451991d932a30aef6c0d01ffc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Feb 2019 14:07:19 -0500 Subject: 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. --- gtk/gtkwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkwindow.h') 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, -- cgit v1.2.1