all repos — fluxbox @ ac931c2215a7c7cab6a9fe259c251d6248899184

custom fork of the fluxbox windowmanager

minor cleaning
fluxgen fluxgen
commit

ac931c2215a7c7cab6a9fe259c251d6248899184

parent

96005a8feb75f31579b981b25a96c5ef92a02e6d

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/fluxbox.ccsrc/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.128 2003/05/04 23:38:06 rathnor Exp $ +// $Id: fluxbox.cc,v 1.129 2003/05/07 11:33:12 fluxgen Exp $ #include "fluxbox.hh"

@@ -992,7 +992,7 @@ Window root, ignorew;

int ignored; if (!XQueryPointer(FbTk::App::instance()->display(), ke.window, &root, &ignorew, &ignored, &ignored, - &ignored, &ignored, &((unsigned int) ignored))) + &ignored, &ignored, (unsigned int *)&ignored)) // pointer on different screen to ke.window mousescreen = searchScreen(root);

@@ -2297,7 +2297,7 @@ int ignored;

BScreen *tempscr = m_screen_list.front(); XQueryPointer(FbTk::App::instance()->display(), tempscr->getRootWindow(), &root, &ignorew, &ignored, - &ignored, &ignored, &ignored, &((unsigned int) ignored)); + &ignored, &ignored, &ignored, (unsigned int *)&ignored); screen = searchScreen(root); if (screen == 0) { #ifdef DEBUG