diff options
author | marha <marha@users.sourceforge.net> | 2010-11-15 09:43:51 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-15 09:43:51 +0000 |
commit | 3a82f8a35b2c6d094cf9d0d5a3ccb9dd9b85f626 (patch) | |
tree | c5ab5d1a2f462e500f453b1acba0254ab68bff76 /xorg-server/hw/xfree86/common | |
parent | 3425b16d521b8846b95df2b7d32a548d93341f3b (diff) | |
download | vcxsrv-3a82f8a35b2c6d094cf9d0d5a3ccb9dd9b85f626.tar.gz vcxsrv-3a82f8a35b2c6d094cf9d0d5a3ccb9dd9b85f626.tar.bz2 vcxsrv-3a82f8a35b2c6d094cf9d0d5a3ccb9dd9b85f626.zip |
xserver git update 15/11/2010
Diffstat (limited to 'xorg-server/hw/xfree86/common')
-rw-r--r-- | xorg-server/hw/xfree86/common/xf86Config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xfree86/common/xf86Config.c b/xorg-server/hw/xfree86/common/xf86Config.c index 7d930f0fe..c0cba2994 100644 --- a/xorg-server/hw/xfree86/common/xf86Config.c +++ b/xorg-server/hw/xfree86/common/xf86Config.c @@ -1094,7 +1094,7 @@ checkCoreInputDevices(serverLayoutPtr servlayoutp, Bool implicitLayout) const char *pointerMsg = NULL, *keyboardMsg = NULL;
InputInfoPtr *devs, /* iterator */
indp;
- InputInfoRec Pointer, Keyboard;
+ InputInfoRec Pointer = {}, Keyboard = {};
XF86ConfInputPtr confInput;
XF86ConfInputRec defPtr, defKbd;
int count = 0;
|