diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-14 16:05:52 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-06-14 16:05:52 +0000 |
commit | 2fad80a6bd37e5d2f4bce4f64ddd1d0b5725175c (patch) | |
tree | 39c37cadd0acd5e93a677b33809b27a9702c8620 /gdk/x11/gdkprivate-x11.h | |
parent | 6b5b26984418b2c28e4a04499970e1e759605a9b (diff) | |
download | gtk+-2fad80a6bd37e5d2f4bce4f64ddd1d0b5725175c.tar.gz |
Forgotten file
Diffstat (limited to 'gdk/x11/gdkprivate-x11.h')
-rw-r--r-- | gdk/x11/gdkprivate-x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/gdkprivate-x11.h b/gdk/x11/gdkprivate-x11.h index cde9042f6f..ef96554ede 100644 --- a/gdk/x11/gdkprivate-x11.h +++ b/gdk/x11/gdkprivate-x11.h @@ -75,6 +75,7 @@ struct _GdkCursorPrivate GdkCursor cursor; Cursor xcursor; GdkDisplay *display; + gchar *name; }; struct _GdkVisualPrivate |