On Tue, Jan 11, 2011 at 7:01 PM, Thierry Reding <[email protected]> wrote: > Hi, > > Is there any way to create an X window that is output only, similar to what > InputOnly does, except for output? In other words: I want to create a window > that displays a video image but does not capture input events. Input events > should go to the window below instead.
Mark it override-redirect and use XShape to remove the input shape. Regards > > Cheers, > Thierry > > _______________________________________________ > [email protected]: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: http://lists.freedesktop.org/mailman/listinfo/xorg > Your subscription address: [email protected] > -- Sam Spilsbury _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
