Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37881502
en ru br
ALT Linux repositórios
S:1.3.7-alt6
5.0: 1.1.1-alt3
4.1: 1.0.0-alt2
4.0: 1.0.0-alt2
3.0: 0.9.13-alt3.3

Group :: Desktop gráfico/Outros
RPM: fluxbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: fluxbox-0.9.13-eike-src-title.patch
Download


diff -Bru fluxbox-0.9.11/src/Window.cc fluxbox-0.9.11-new/src/Window.cc
--- fluxbox-0.9.11/src/Window.cc	2005-02-06 14:40:10.000000000 +0100
+++ fluxbox-0.9.11-new/src/Window.cc	2005-02-06 14:41:30.000000000 +0100
@@ -3758,6 +3758,11 @@
     CommandRef stick_cmd(new WindowCmd(*this, &FluxboxWindow::stick));
     CommandRef show_menu_cmd(new WindowCmd(*this, &FluxboxWindow::popupMenu));
 
+    //EIKE<<
+    CommandRef next_client_cmd(new WindowCmd(*this, &FluxboxWindow::nextClient));
+    CommandRef prev_client_cmd(new WindowCmd(*this, &FluxboxWindow::prevClient));
+    //EIKE>>
+
     // clear old buttons from frame
     frame().removeAllButtons();
     //!! TODO: fix this ugly hack
@@ -3838,6 +3838,10 @@
     frame().setOnClickTitlebar(show_menu_cmd, 3); // on release with button 3
     frame().setOnClickTitlebar(lower_cmd, 2); // on release with button 2
     frame().setDoubleClickTime(Fluxbox::instance()->getDoubleClickInterval());
+    //EIKE<<
+    frame().setOnClickTitlebar(next_client_cmd, 4);
+    frame().setOnClickTitlebar(prev_client_cmd, 5);
+    //EIKE>>
 
     // end setup frame
 
 
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