Bugzilla – Attachment 74467 Details for
Bug 154357
can't switch left and right mouse buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Updated patch
xmodmap.diff (text/plain), 653 bytes, created by
Matthias Hopf
on 2006-03-22 14:18:58 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Matthias Hopf
Created:
2006-03-22 14:18:58 UTC
Size:
653 bytes
patch
obsolete
>Index: xmodmap/handle.c >=================================================================== >RCS file: /cvs/xorg/app/xmodmap/handle.c,v >retrieving revision 1.3 >diff -u -p -r1.3 handle.c >--- xmodmap/handle.c 30 Oct 2004 20:33:44 -0000 1.3 >+++ xmodmap/handle.c 22 Mar 2006 14:17:31 -0000 >@@ -906,10 +906,9 @@ do_pointer(char *line, int len) > } > > if (i > 0 && i != nbuttons) { >- badheader (); >- fprintf (stderr, "number of buttons, must have %d instead of %d\n", >- nbuttons, i); >- return; >+ fprintf (stderr, "Warning: Only changing the first %d of %d buttons.\n", >+ i, nbuttons); >+ i = nbuttons; > } > > uop = AllocStruct (union op);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 154357
:
71396
| 74467