diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-09-24 20:20:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-09-24 20:20:08 +0000 |
commit | f9d267ae80e7f423cc206b89a476d29f5eaa1320 (patch) | |
tree | d2d4579c4456957aad55b09a2ebb49201b8141d3 /gdk/x11/gdkprivate-x11.h | |
parent | ed737365c9d2b373b923571b606d6eb209d2e7ee (diff) | |
download | gtk+-f9d267ae80e7f423cc206b89a476d29f5eaa1320.tar.gz |
Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup()
Tue Sep 24 16:04:44 2002 Owen Taylor <otaylor@redhat.com>
* gdkprivate-x11.h gdkcolor-x11.c gdkvisual-x11.c
gdkwindow-x11.c: Delete unused private gdk_visual_lookup(),
make gdk_colormap_lookup() private gdkcolor-x11.c.
make gdk_window_add_colormap_windows private to gdkwindow-x11.c
(#85674)
* gdk/x11/gdkx.h gdk/x11/gdkcolor-x11.c
gdkscreen-x11.h: Add gdk_x11_colormap_foreign_new(),
GDK_ENABLE_BROKEN gdkx_colormap_get(), make the
colormap hash per-screen. (#85697)
* gdk/x11/gdkxid.c (gdk_xid_table_lookup_for_display):
Remove a bit of unecessary code.
Diffstat (limited to 'gdk/x11/gdkprivate-x11.h')
-rw-r--r-- | gdk/x11/gdkprivate-x11.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h index 38dc7c9c92..2e66abc693 100644 --- a/gdk/x11/gdkprivate-x11.h +++ b/gdk/x11/gdkprivate-x11.h @@ -116,11 +116,6 @@ GdkGC *_gdk_x11_gc_new (GdkDrawable *drawable, GdkGCValues *values, GdkGCValuesMask values_mask); -GdkColormap * gdk_colormap_lookup (Colormap xcolormap); -GdkVisual * gdk_visual_lookup (Visual *xvisual); - -void gdk_window_add_colormap_windows (GdkWindow *window); - GdkImage *_gdk_x11_copy_to_image (GdkDrawable *drawable, GdkImage *image, gint src_x, |