diff options
author | marha <marha@users.sourceforge.net> | 2011-05-18 07:21:08 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-18 07:21:08 +0000 |
commit | 35484135119fcf55fe1cbb1fcdd0e035f581fcfb (patch) | |
tree | 0c735eaa913c0643b185b93d3758277ae1402553 /libX11/include/X11 | |
parent | 08cbf3b50bfe713044f36b363c73768cd042f13c (diff) | |
download | vcxsrv-35484135119fcf55fe1cbb1fcdd0e035f581fcfb.tar.gz vcxsrv-35484135119fcf55fe1cbb1fcdd0e035f581fcfb.tar.bz2 vcxsrv-35484135119fcf55fe1cbb1fcdd0e035f581fcfb.zip |
xkeyboard-config libX11 pixman mesa git update 18 May 2011
Diffstat (limited to 'libX11/include/X11')
-rw-r--r-- | libX11/include/X11/Xlibint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/include/X11/Xlibint.h b/libX11/include/X11/Xlibint.h index ce3d25fab..2ce356d15 100644 --- a/libX11/include/X11/Xlibint.h +++ b/libX11/include/X11/Xlibint.h @@ -792,7 +792,7 @@ typedef int (*FreeModmapType) ( */ typedef struct _XFreeFuncs { FreeFuncType atoms; /* _XFreeAtomTable */ - FreeModmapType modifiermap; /* XFreeModifierMap */ + FreeModmapType modifiermap; /* XFreeModifiermap */ FreeFuncType key_bindings; /* _XFreeKeyBindings */ FreeFuncType context_db; /* _XFreeContextDB */ FreeFuncType defaultCCCs; /* _XcmsFreeDefaultCCCs */ |