[PATCH] XI2proto: Remove our own FP3232/FP1616

Jasper St. Pierre jstpierre at mecheye.net
Thu Oct 25 18:50:57 PDT 2012


From: "Jasper St. Pierre" <jstpierre at mecheye.net>

These are in the upstream Xmd.h now.
---
 XI2proto.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/XI2proto.h b/XI2proto.h
index 1260200..e54d228 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -103,14 +103,6 @@
  *                               COMMON STRUCTS                                      *
  *                                                                                   *
  *************************************************************************************/
-/** Fixed point 16.16 */
-typedef int32_t FP1616;
-
-/** Fixed point 32.32 */
-typedef struct {
-    int32_t     integral;
-    uint32_t    frac;
-} FP3232;
 
 /**
  * Struct to describe a device.
-- 
1.7.12.1



More information about the xorg-devel mailing list