Re: current-head vs. pointer-head



> > 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]