gtk-engines r1173 - in trunk: . engines/clearlooks/src
- From: bberg svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1173 - in trunk: . engines/clearlooks/src
- Date: Tue, 6 May 2008 20:07:02 +0100 (BST)
Author: bberg
Date: Tue May 6 19:07:02 2008
New Revision: 1173
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1173&view=rev
Log:
2008-05-06 Benjamin Berg <benjamin sipsolutions net>
* engines/clearlooks/src/clearlooks_style.c:
(clearlooks_style_realize):
Comment out two broken and unneded lines.
Modified:
trunk/ChangeLog
trunk/engines/clearlooks/src/clearlooks_style.c
Modified: trunk/engines/clearlooks/src/clearlooks_style.c
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_style.c (original)
+++ trunk/engines/clearlooks/src/clearlooks_style.c Tue May 6 19:07:02 2008
@@ -1328,8 +1328,12 @@
ge_gdk_color_to_cairo (&style->bg[GTK_STATE_SELECTED], &spot_color);
- ge_hsb_from_color (&style->bg[GTK_STATE_SELECTED], &hue_spot, &saturation_spot, &brightness_spot);
- ge_hsb_from_color (&style->bg[GTK_STATE_NORMAL], &hue_bg, &saturation_bg, &brightness_bg);
+ /* Andrea Cimitan wants something like the following to handle dark themes.
+ * However, these two lines are broken currently, as ge_hsb_from_color expects
+ * a CairoColor and not GdkColor
+ * ge_hsb_from_color (&style->bg[GTK_STATE_SELECTED], &hue_spot, &saturation_spot, &brightness_spot);
+ * ge_hsb_from_color (&style->bg[GTK_STATE_NORMAL], &hue_bg, &saturation_bg, &brightness_bg);
+ */
/* Here to place some checks for dark themes.
* We should use a different shade value for spot[2]. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]