all repos — fluxbox @ 0fba4bfafec41e585a42e9668f5921b091e267db

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

0fba4bfafec41e585a42e9668f5921b091e267db

parent

5f84132c197f4f43895063c6b2d72828ce016578

1 files changed, 2 insertions(+), 17 deletions(-)

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

@@ -22,7 +22,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: Window.cc,v 1.288 2004/06/07 11:46:04 rathnor Exp $ +// $Id: Window.cc,v 1.289 2004/06/07 21:48:14 fluxgen Exp $ #include "Window.hh"

@@ -560,27 +560,13 @@ }

setState(m_current_state); - // add extra menus - /* addExtraMenu("Send To...", new SendToMenu(*this)); - addExtraMenu("Layer...", - new LayerMenu<FluxboxWindow>(screen().menuTheme(), - screen().imageControl(), - *screen().layerManager().getLayer(Fluxbox::instance()->getMenuLayer()), - this, - false)); - */ - // the layermenu will get deleted as an extra menu - // don't call setupWindow here as the addExtraMenu call should - sendConfigureNotify(); // no focus default setFocusFlag(false); if (m_shaped) shape(); - - FbTk::App::instance()->sync(false); - + FbTk::App::instance()->sync(false); } /// apply shape to this window

@@ -2573,7 +2559,6 @@ m_attaching_tab = client;

grabPointer(me.window, False, ButtonMotionMask | ButtonReleaseMask, GrabModeAsync, GrabModeAsync, None, frame(). theme().moveCursor(), CurrentTime); - int borderw = active_button.borderWidth(); // relative position on button m_button_grab_x = me.x; m_button_grab_y = me.y;