forked from AuroraMiddleware/gtk
Undo the gtk_window_present deprecation
It doesn't make sense to have it in 3.x if we don't have it in master.
This commit is contained in:
parent
c3e065374f
commit
f88e8ea6fe
@ -10486,8 +10486,6 @@ gtk_window_draw (GtkWidget *widget,
|
||||
* Presents a window to the user. This function should not be used
|
||||
* as when it is called, it is too late to gather a valid timestamp
|
||||
* to allow focus stealing prevention to work correctly.
|
||||
*
|
||||
* Deprecated: 3.24: Use gtk_window_present_with_time() instead.
|
||||
**/
|
||||
void
|
||||
gtk_window_present (GtkWindow *window)
|
||||
|
@ -366,7 +366,7 @@ GDK_AVAILABLE_IN_ALL
|
||||
gboolean gtk_window_propagate_key_event (GtkWindow *window,
|
||||
GdkEventKey *event);
|
||||
|
||||
GDK_DEPRECATED_IN_3_24_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,
|
||||
|
Loading…
Reference in New Issue
Block a user