diff options
author | Thomas Winischhofer <thomas@winischhofer.net> | 2004-12-15 00:34:34 +0000 |
---|---|---|
committer | Thomas Winischhofer <thomas@winischhofer.net> | 2004-12-15 00:34:34 +0000 |
commit | a7b4efb5eaba1f8d5220622b721120cb37984442 (patch) | |
tree | 7fe64993f4e34618bf6ac0e1407cd44c23b31b6d /xf86mscstr.h | |
parent | 495c71ddaaeeebab3efe7d3d73d7c5168e3803c5 (diff) |
Make MISC extension's PassMessage() actually work and fix memory leaks
(Increase minor version to 9 to indicate that PassMessage() is usable)
Diffstat (limited to 'xf86mscstr.h')
-rw-r--r-- | xf86mscstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86mscstr.h b/xf86mscstr.h index 4e527b8..637d3a5 100644 --- a/xf86mscstr.h +++ b/xf86mscstr.h @@ -14,7 +14,7 @@ #define XF86MISCNAME "XFree86-Misc" #define XF86MISC_MAJOR_VERSION 0 /* current version numbers */ -#define XF86MISC_MINOR_VERSION 8 +#define XF86MISC_MINOR_VERSION 9 typedef struct _XF86MiscQueryVersion { CARD8 reqType; /* always XF86MiscReqCode */ |