todo updates

svn path=/branches/work/kwin_composite/; revision=603376
This commit is contained in:
Luboš Luňák 2006-11-08 18:38:10 +00:00
parent 154d8a588b
commit 71f68f91fd

View file

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