LCA: Catching up with X.org
LCA: Catching up with X.org
Posted Jan 24, 2009 22:04 UTC (Sat) by wingo (guest, #26929)Parent article: LCA: Catching up with X.org
It's so difficult to get a clear picture on GPUs these days, because the know-nothing fora get all of the google hits.
Posted Jan 26, 2009 1:16 UTC (Mon)
by njs (subscriber, #40338)
[Link] (2 responses)
Someone else may have more detailed/up-to-date information.
Posted Jan 26, 2009 17:53 UTC (Mon)
by yokem_55 (subscriber, #10498)
[Link] (1 responses)
Posted Jan 30, 2009 2:46 UTC (Fri)
by jamesh (guest, #1159)
[Link]
Imagine a compositing window manager that takes a particular window and renders it at twice its original dimensions. Input redirection is needed to let the user interact with this zoomed window in a way that the underlying application can understand (halve the x and y coordinates and translate to match the real window position).
All this has to happen before the input reaches the application. After all, we want clicks that occur outside the application's window to be directed to it.
LCA: Catching up with X.org
Qt 4.5 seems to have some support for input redirection. See the WolfenQt demo for an example. But I'm not sure if this is quite the same thing.
LCA: Catching up with X.org
LCA: Catching up with X.org