Magellan Linux

Contents of /trunk/inputproto/patches/inputproto-1.4.3-xdm.h-int32-typo-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 553 - (show annotations) (download)
Thu Mar 27 14:43:12 2008 UTC (16 years, 1 month ago) by niro
File size: 605 byte(s)
-fixes qt3 build issues

1 From 852568991b251e9366da167f1b746a0a1db6adf0 Mon Sep 17 00:00:00 2001
2 From: Adam Jackson <ajax@redhat.com>
3 Date: Mon, 10 Mar 2008 09:31:51 -0400
4 Subject: [PATCH] Typo fix.
5
6 ---
7 XI.h | 2 ++
8 1 files changed, 2 insertions(+), 0 deletions(-)
9
10 diff --git a/XI.h b/XI.h
11 index ec9bee2..3b11860 100644
12 --- a/XI.h
13 +++ b/XI.h
14 @@ -49,6 +49,8 @@ SOFTWARE.
15 #ifndef _XI_H_
16 #define _XI_H_
17
18 +#define sz_xGetExtensionVersionReq 8
19 +#define sz_xGetExtensionVersionReply 32
20 #define sz_xListInputDevicesReq 4
21 #define sz_xListInputDevicesReply 32
22 #define sz_xOpenDeviceReq 8
23 --
24 1.5.4.3
25