Re: current-head vs. pointer-head
- From: "Kim B. Heino" <b bbbs net>
- To: sawfish-list gnome org
- Subject: Re: current-head vs. pointer-head
- Date: Mon, 24 May 2010 09:48:56 +0300
> > It's not that easy for first-fit.
> (calculate-workarea #:window w) ->
> (calculate-workarea #:window w #:head (pointer-head))
Did you try that? That doesn't help. New window still opens at (0, 0)
instead of pointer-head.
I did very dirty hack that's enough for me:
- (when (and (>= (car point-foo) 0)
+ (when (and (>= (car point-foo) 1920)
I can manually move my debug windows to second head.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]