On Mon, Jan 10, 2011 at 5:01 AM, Peter Hutterer <peter.hutte...@who-t.net> wrote: > On Sat, Jan 08, 2011 at 05:08:41PM +0500, Alexandr Shadchin wrote: >> In xf86-input-mouse similar cleanup already done, can also make for keyboard? >> >> Signed-off-by: Alexandr Shadchin <alexandr.shadc...@gmail.com> >> --- >> src/xf86OSKbd.h | 18 ------------------ >> 1 files changed, 0 insertions(+), 18 deletions(-) >> >> diff --git a/src/xf86OSKbd.h b/src/xf86OSKbd.h >> index 561bf89..dc8219a 100644 >> --- a/src/xf86OSKbd.h >> +++ b/src/xf86OSKbd.h >> @@ -97,21 +97,3 @@ typedef struct { >> } KbdProtocolRec; >> >> Bool xf86OSKbdPreInit(InputInfoPtr pInfo); >> - >> -/* Adjust this when the kbd interface changes. */ >> - >> -/* >> - * History: >> - * >> - * 1.0.0 - Initial version. >> - */ >> - >> -#define OS_KBD_VERSION_MAJOR 1 >> -#define OS_KBD_VERSION_MINOR 0 >> -#define OS_KBD_VERSION_PATCH 0 >> - >> -#define OS_KBD_VERSION_CURRENT >> \ >> - BUILTIN_INTERFACE_VERSION_NUMERIC(OS_KBD_VERSION_MAJOR, \ >> - OS_KBD_VERSION_MINOR, \ >> - OS_KBD_VERSION_PATCH) >> - >> -- >> 1.7.3.5 > > applied, thanks. > > a suggestion for the future - please send patchsets numbered, as one thread, > it's a lot easier to go through the patches and apply them in-order or even > to find a specific set of patches in an overcrowded inbox. > > Cheers, > Peter >
Thanks for the tip, I will keep in mind. -- Alexandr Shadchin _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel