diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-04-09 19:20:03 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-04-09 19:20:03 +0000 |
commit | 9af443f5976ab3987e4ee9d397391e82206676b4 (patch) | |
tree | 1c39398270e7bc99b89ce09d1c9b3b4af0f07ad3 /GL/windows/ChangeLog | |
parent | f02440dfa3439ab493c7918b472c23bb22e29707 (diff) |
Fix passing of non-RGB visuals. The old code did not initialize theXORG-6_8_99_2
structure properly which lead to a crash in 8bpp mode
Diffstat (limited to 'GL/windows/ChangeLog')
-rw-r--r-- | GL/windows/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GL/windows/ChangeLog b/GL/windows/ChangeLog index e5a2e4cc7..0d58b2637 100644 --- a/GL/windows/ChangeLog +++ b/GL/windows/ChangeLog @@ -1,3 +1,9 @@ +2005-04-09 Alexander Gottwald <ago at freedesktop dot org> + + * indirect.c: + Fix passing of non-RGB visuals. The old code did not initialize the + structure properly which lead to a crash in 8bpp mode + 2005-03-01 Alexander Gottwald <ago at freedesktop dot org> * indirect.c: |