summaryrefslogtreecommitdiff
path: root/XI2proto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-19 21:33:42 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-04-19 22:29:00 +1000
commit3c273d7145ed5f53b54d2812ad2ac8430d449555 (patch)
treeb174bf342cdfbcdaf9761832214c5aba91524f50 /XI2proto.h
parent8914a9a2a99e334f66d6040d05b3d5f5b603780f (diff)
Change FP1616 into a single int32_t.
Diffstat (limited to 'XI2proto.h')
-rw-r--r--XI2proto.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 58873bb..da41df2 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -67,11 +67,7 @@
* *
*************************************************************************************/
/* Fixed point 16.16 */
-typedef struct
-{
- int16_t integral;
- uint16_t frac;
-} FP1616;
+typedef int32_t FP1616;
/* Fixed point 32.32 */
typedef struct {