diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-07 06:16:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-07 06:16:21 -0400 |
commit | 7644ac519a2b3335ea65a5afc6259d13db12c07d (patch) | |
tree | b76cd5c4be98e98f5d530a989e3aa7b6928fd6b9 /gdk/x11/gdkdevicemanager-xi2.h | |
parent | da8643e4571a72eb092c837b94ab0b66b4e3d057 (diff) | |
download | gtk+-7644ac519a2b3335ea65a5afc6259d13db12c07d.tar.gz |
Fix up abi checking
The abicheck script was hardcoding assumptions about XI2 being used,
making it fail on e.g. RHEL5.
Diffstat (limited to 'gdk/x11/gdkdevicemanager-xi2.h')
-rw-r--r-- | gdk/x11/gdkdevicemanager-xi2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdevicemanager-xi2.h b/gdk/x11/gdkdevicemanager-xi2.h index d47bcdb16a..828aec3f48 100644 --- a/gdk/x11/gdkdevicemanager-xi2.h +++ b/gdk/x11/gdkdevicemanager-xi2.h @@ -58,4 +58,4 @@ GType gdk_device_manager_xi2_get_type (void) G_GNUC_CONST; G_END_DECLS -#endif /* __GDK_DEVICE_MANAGER_CORE_H__ */ +#endif /* __GDK_DEVICE_MANAGER_XI2_H__ */ |