Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37581428
en ru br
ALT Linux repositórios
S:4.04-alt1
5.0: 3.02-alt4
4.1: 3.02-alt4.M41.1
4.0: 3.02-alt3
3.0: 3.00-alt5pl3
+backports:3.01-alt0.M30.2

Group :: Escritórios
RPM: xpdf

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xpdf-3.02-mousebuttons_view.patch
Download


--- xpdf-3.02/xpdf/XPDFViewer.cc~	2009-02-02 01:58:55.000000000 -0700
+++ xpdf-3.02/xpdf/XPDFViewer.cc	2009-02-02 02:27:04.000000000 -0700
@@ -592,13 +592,13 @@ void XPDFViewer::mouseCbk(void *data, XE
   int i;
 
   if (event->type == ButtonPress) {
-    if (event->xbutton.button >= 1 && event->xbutton.button <= 7) {
+    if (event->xbutton.button >= 1 && event->xbutton.button <= 9) {
       keyCode = xpdfKeyCodeMousePress1 + event->xbutton.button - 1;
     } else {
       return;
     }
   } else if (event->type == ButtonRelease) {
-    if (event->xbutton.button >= 1 && event->xbutton.button <= 7) {
+    if (event->xbutton.button >= 1 && event->xbutton.button <= 9) {
       keyCode = xpdfKeyCodeMouseRelease1 + event->xbutton.button - 1;
     } else {
       return;
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009