]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkprivate.h
Made the XCC stuff more accessible
[~andy/gtk] / gdk / gdkprivate.h
index e15ef6a239eff66cd21e94620bb9292dbacd685c..faee892e7fcdd79b5b5cc7b7722e196a15009022 100644 (file)
@@ -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;
 };