summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2000-03-27 23:49:23 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-03-27 23:49:23 +0000
commit4238d406e928d1afd95ab0c6ae51b6a37f9780ea (patch)
treea77c22154950e0dafac6decf776f5863f00542f3
parent43c05caef2ca3e8e55381225e8b3554a2ec8459c (diff)
downloadgtk+-4238d406e928d1afd95ab0c6ae51b6a37f9780ea.tar.gz
Add making GdkRGB render to any visualGTK_PRE_NO_FLICKER
-rw-r--r--TODO.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.xml b/TODO.xml
index b75e09b1a7..4dd5082da2 100644
--- a/TODO.xml
+++ b/TODO.xml
@@ -92,6 +92,18 @@
<contact>gtk-devel-list@redhat.com</contact>
</entry>
+ <entry size="medium" status="0%" target="1.4">
+ <title>Make GdkRGB work on any visual</title>
+ <description>
+ <p>
+ GdkRGB should be able to render to an arbitrary visual
+ (i.e. the visual shouldn't be fixed at gdk_rgb_init()
+ time). This will break gdk_rgb_gc_set_foreground() and
+ friends, though.
+ </p>
+ </description>
+ <contact>gtk-devel-list@redhat.com</contact>
+ </entry>
</section> <!-- GDK -->