all repos — fluxbox @ addb1ef43648c0b5ef348f959c83d6c94fbcc471

custom fork of the fluxbox windowmanager

minor fixes
fluxgen fluxgen
commit

addb1ef43648c0b5ef348f959c83d6c94fbcc471

parent

6e9130b2ad2fcbca102d2baffff05a8c8d7b7d5a

2 files changed, 2 insertions(+), 18 deletions(-)

jump to
M src/FbCommands.ccsrc/FbCommands.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbCommands.cc,v 1.16 2003/09/06 14:13:06 fluxgen Exp $ +// $Id: FbCommands.cc,v 1.17 2003/09/06 15:02:41 fluxgen Exp $ #include "FbCommands.hh" #include "fluxbox.hh"

@@ -155,17 +155,6 @@ screen->getWorkspacemenu()->move(rx, ry);

} screen->getWorkspacemenu()->show(); screen->getWorkspacemenu()->grabInputFocus(); - } -} - -void ShowWorkspaceMenuCmd::execute() { - BScreen *screen = Fluxbox::instance()->mouseScreen(); - if (screen == 0) - return; - - if (screen->getWorkspacemenu()) { - screen->getWorkspacemenu()->show(); - screen->getWorkspacemenu()->grabInputFocus(); } }
M src/FbCommands.hhsrc/FbCommands.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbCommands.hh,v 1.11 2003/09/06 14:13:06 fluxgen Exp $ +// $Id: FbCommands.hh,v 1.12 2003/09/06 15:02:41 fluxgen Exp $ // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox

@@ -79,11 +79,6 @@ std::string m_filename;

}; class ShowRootMenuCmd: public FbTk::Command { -public: - void execute(); -}; - -class ShowWorkspaceMenuCmd: public FbTk::Command { public: void execute(); };