diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-06-11 21:55:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-06-11 21:55:15 -0400 |
commit | 5334fb8921b21813fe33c7124f75659ff705243b (patch) | |
tree | 165de1fb25aa90e792112b7379ed4d48ac6720b2 /gtk/gtkplug.h | |
parent | 41fd2ae8985339323873990597eef296afa5a3da (diff) | |
download | gtk+-5334fb8921b21813fe33c7124f75659ff705243b.tar.gz |
Drop GDK_MULTIHEAD_SAFE
We don't support multiple screens anymore, so there is no need
for marking API as multihead safe any longer.
Diffstat (limited to 'gtk/gtkplug.h')
-rw-r--r-- | gtk/gtkplug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h index 45ef7cacfe..43c00eaa35 100644 --- a/gtk/gtkplug.h +++ b/gtk/gtkplug.h @@ -76,13 +76,11 @@ struct _GtkPlugClass GDK_AVAILABLE_IN_ALL GType gtk_plug_get_type (void) G_GNUC_CONST; -#ifndef GDK_MULTIHEAD_SAFE GDK_AVAILABLE_IN_ALL void gtk_plug_construct (GtkPlug *plug, Window socket_id); GDK_AVAILABLE_IN_ALL GtkWidget *gtk_plug_new (Window socket_id); -#endif GDK_AVAILABLE_IN_ALL void gtk_plug_construct_for_display (GtkPlug *plug, |