From 71f68f91fd27e65461b58eb964200f0c523d68a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 8 Nov 2006 18:38:10 +0000 Subject: [PATCH] todo updates svn path=/branches/work/kwin_composite/; revision=603376 --- COMPOSITE_TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/COMPOSITE_TODO b/COMPOSITE_TODO index 883379c355..d3d587ddf4 100644 --- a/COMPOSITE_TODO +++ b/COMPOSITE_TODO @@ -52,6 +52,14 @@ General TODO ? XComposite overlay window ? - does it make any sense to use it instead of painting directly to the root window when the root window's visual etc. are good? + - it seems OpenGL drawing to the root window is always clipped, unlike with X drawing, + so the overlay should be always used, or manual double-buffering should be used + - nvidia has option "DisableGLXRootClipping" though, make kwin config option to draw + directly to the root window? + +! the opacity slider in the Alt+F3 menu doesn't work + - looks like the hack with adding custom widgets to popups no longer works + - it should probably be just changed to normal menu with reasonable opacity values OpenGL TODO