From 9ee15268982ecdd034cba15b821414f2fc18f5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 15 Jan 2007 21:52:41 +0000 Subject: [PATCH] Comment about deleted windows. svn path=/branches/work/kwin_composite/; revision=623898 --- COMPOSITE_TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COMPOSITE_TODO b/COMPOSITE_TODO index 2ef0dd499b..2cc811e473 100644 --- a/COMPOSITE_TODO +++ b/COMPOSITE_TODO @@ -67,6 +67,10 @@ General TODO * handle properly deleted windows that reappear (windowReadded() function?) +? consider using an extra class for representing deleted windows + - cleaning up Client/Unmanaged instances may still leave e.g. timers around if they're overlooked + - an extra class could copy some interesting data and "replace" the old instance + OpenGL TODO =================================