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 /gdk/gdkvisual.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 'gdk/gdkvisual.h')
-rw-r--r-- | gdk/gdkvisual.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkvisual.h b/gdk/gdkvisual.h index 189a8268d3..3d0f76e527 100644 --- a/gdk/gdkvisual.h +++ b/gdk/gdkvisual.h @@ -82,7 +82,6 @@ typedef enum GDK_AVAILABLE_IN_ALL GType gdk_visual_get_type (void) G_GNUC_CONST; -#ifndef GDK_MULTIHEAD_SAFE GDK_AVAILABLE_IN_ALL gint gdk_visual_get_best_depth (void); GDK_AVAILABLE_IN_ALL @@ -108,7 +107,6 @@ void gdk_query_visual_types (GdkVisualType **visual_types, GDK_AVAILABLE_IN_ALL GList* gdk_list_visuals (void); -#endif GDK_AVAILABLE_IN_ALL GdkScreen *gdk_visual_get_screen (GdkVisual *visual); |