|
|
@ -44,7 +44,7 @@ |
|
|
|
|
|
|
|
/* make this easier to read */ |
|
|
|
#define PANEL_GDKCOLOR_TO_DOUBLE(gdk_color) gdk_color->red / 65535.00, \ |
|
|
|
gdk_color->green / 65535.00, \ |
|
|
|
gdk_color->blue / 65535.00 |
|
|
|
gdk_color->green / 65535.00, \ |
|
|
|
gdk_color->blue / 65535.00 |
|
|
|
|
|
|
|
#endif /* !__PANEL_PRIVATE_H__ */ |
|
|
|