minor fixes
fluxgen fluxgen
1 files changed,
5 insertions(+),
6 deletions(-)
jump to
M
src/fluxbox.cc
→
src/fluxbox.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: fluxbox.cc,v 1.243 2004/06/07 11:46:04 rathnor Exp $ +// $Id: fluxbox.cc,v 1.244 2004/06/13 11:01:47 fluxgen Exp $ #include "fluxbox.hh"@@ -1064,7 +1064,7 @@ } else if (be.button == 2) {
int mx = be.x_root - (screen->getWorkspacemenu().width() / 2); int my = be.y_root - - (screen->getWorkspacemenu().titleHeight() / 2); + (screen->getWorkspacemenu().titleWindow().height() / 2); if (mx < 0) mx = 0; if (my < 0) my = 0;@@ -1094,7 +1094,7 @@ //and show/hide it
int mx = be.x_root - (screen->getRootmenu().width() / 2); int my = be.y_root - - (screen->getRootmenu().titleHeight() / 2); + (screen->getRootmenu().titleWindow().height() / 2); int borderw = screen->getRootmenu().fbwindow().borderWidth(); if (mx < 0) mx = 0;@@ -2026,10 +2026,9 @@ if (screen != 0) {
screen->updateNetizenWindowFocus(); for (AtomHandlerContainerIt it= m_atomhandler.begin(); it != m_atomhandler.end(); it++) { - (*it).first->updateFocusedWindow(*screen, (m_focused_window ? - m_focused_window->window() : - 0)); + m_focused_window->window() : + 0)); } }