diff dwt/internal/gtk/c/gdktypes.d @ 27:ffa3c27c4328

Display
author Frank Benoit <benoit@tionex.de>
date Wed, 09 Jan 2008 01:08:22 +0100
parents 92223a4ecca7
children 10acbb123580
line wrap: on
line diff
--- a/dwt/internal/gtk/c/gdktypes.d	Tue Jan 08 08:07:04 2008 +0100
+++ b/dwt/internal/gtk/c/gdktypes.d	Wed Jan 09 01:08:22 2008 +0100
@@ -1948,7 +1948,24 @@
  * guint
  * pixel_from_rgb (GdkVisual *visual,
  */
-public struct GdkVisual{}
+public struct GdkVisual{
+    GObject parent_instance;
+    int type;
+    int depth;
+    int byte_order;
+    int colormap_size;
+    int bits_per_rgb;
+    uint red_mask;
+    int red_shift;
+    int red_prec;
+    uint green_mask;
+    int green_shift;
+    int green_prec;
+    uint blue_mask;
+    int blue_shift;
+    int blue_prec;
+}
+
 // GObject parentInstance;
 // gdk-Visuals.html
 // GdkVisualType type;