[gtk+] [quartz] Delete the typedef of GdkDevicePrivate



commit d722adb76abce67984f24a98433c245d86674b5c
Author: John Ralls <jralls ceridwen fremont ca us>
Date:   Sat Jun 26 00:22:48 2010 +0200

    [quartz] Delete the typedef of GdkDevicePrivate
    
    It's in gdkdevice.h now.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622765
    
    Signed-off-by: Javier Jardón <jjardon gnome org>

 gdk/quartz/gdkinputprivate.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gdk/quartz/gdkinputprivate.h b/gdk/quartz/gdkinputprivate.h
index 0868f33..7ba4293 100644
--- a/gdk/quartz/gdkinputprivate.h
+++ b/gdk/quartz/gdkinputprivate.h
@@ -34,7 +34,6 @@
 
 typedef struct _GdkAxisInfo    GdkAxisInfo;
 typedef struct _GdkInputVTable GdkInputVTable;
-typedef struct _GdkDevicePrivate GdkDevicePrivate;
 
 struct _GdkInputVTable {
   gint (*set_mode) (guint32 deviceid, GdkInputMode mode);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]