Changeset 5203 for trunk/gtk/tr-window.c
- Timestamp:
- Mar 5, 2008, 1:17:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr-window.c
r5146 r5203 457 457 GdkColormap * colormap = gdk_screen_get_rgba_colormap( screen ); 458 458 if( colormap && gdk_screen_is_composited( screen ) ) 459 gtk_widget_set_ default_colormap(colormap );459 gtk_widget_set_colormap( self, colormap ); 460 460 } 461 461 #endif
Note: See TracChangeset
for help on using the changeset viewer.