changeset 972:32830f1683c9

Fixed an issue where dw_color_background_set() would not function.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 May 2011 22:15:48 +0000
parents 2a21915684d1
children 5c5447fd0cc9
files gtk3/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gtk3/dw.c	Thu May 05 22:05:06 2011 +0000
+++ b/gtk3/dw.c	Thu May 05 22:15:48 2011 +0000
@@ -6499,6 +6499,7 @@
       if(!background)
       {
          background = malloc(sizeof(GdkColor));
+         pthread_setspecific(_dw_bg_color_key, background);
       }
       *background = color;
    }