Bugzilla – Attachment 71396 Details for
Bug 154357
can't switch left and right mouse buttons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch
xmodmap.diff (text/plain), 695 bytes, created by
Stefan Dirsch
on 2006-03-06 15:32:52 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2006-03-06 15:32:52 UTC
Size:
695 bytes
patch
obsolete
>--- xmodmap/handle.c.orig 2006-03-06 15:36:06.461098294 +0100 >+++ xmodmap/handle.c 2006-03-06 16:28:32.626896397 +0100 >@@ -904,12 +904,14 @@ > line += n, len -= n; > } > } >- >+ > if (i > 0 && i != nbuttons) { >- badheader (); >- fprintf (stderr, "number of buttons, must have %d instead of %d\n", >- nbuttons, i); >- return; >+ fprintf (stderr, "Warning: Wrong number of buttons given " >+ "(should be %d instead of %d).\n", nbuttons, i); >+ fprintf (stderr, "Warning: Only setting the first %d buttons.\n", i); >+ fprintf (stderr, "Warning: Using the old values for the remaining" >+ " buttons.\n"); >+ 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