summaryrefslogtreecommitdiff
path: root/gdk/gdkprivate.h
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1997-12-18 00:27:10 +0000
committerArturo Espinosa <unammx@src.gnome.org>1997-12-18 00:27:10 +0000
commit65e63db01e93820093c2eb5169d5f8c0be3fe4e5 (patch)
tree6cb556791597b1feec7582165e59ea75739a2b36 /gdk/gdkprivate.h
parent4de2665e8c3fc46afff354537d0d7b4566e5fcfe (diff)
downloadgtk+-65e63db01e93820093c2eb5169d5f8c0be3fe4e5.tar.gz
Made the XCC stuff more accessible
Diffstat (limited to 'gdk/gdkprivate.h')
-rw-r--r--gdk/gdkprivate.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h
index e15ef6a239..faee892e7f 100644
--- a/gdk/gdkprivate.h
+++ b/gdk/gdkprivate.h
@@ -166,52 +166,7 @@ struct _GdkColorContextPrivate
{
GdkColorContext color_context;
Display *xdisplay;
- GdkVisual *visual;
- GdkColormap *colormap;
-
- gint num_colors; /* available no. of colors in colormap */
- gint max_colors; /* maximum no. of colors */
- gint num_allocated; /* no. of allocated colors */
-
- GdkColorContextMode mode;
- gint need_to_free_colormap;
- GdkAtom std_cmap_atom;
-
XStandardColormap std_cmap;
- gulong *clut; /* color look-up table */
- GdkColor *cmap; /* colormap */
-
- GHashTable *color_hash; /* hash table of allocated colors */
- GdkColor *palette; /* preallocated palette */
- gint num_palette; /* size of palette */
-
- GdkColorContextDither *fast_dither; /* fast dither matrix */
-
- struct
- {
- gint red;
- gint green;
- gint blue;
- } shifts;
-
- struct
- {
- gulong red;
- gulong green;
- gulong blue;
- } masks;
-
-
- struct {
- gint red;
- gint green;
- gint blue;
- } bits;
-
- gulong max_entry;
-
- gulong black_pixel;
- gulong white_pixel;
};