Alexey I. Froloff <[email protected]> wrote:
> This patch highlites appicon of a currently focused window.
[...]
> diff --git a/wrlib/wraster.h b/wrlib/wraster.h
> index 73611d4..78bfc16 100644
> --- a/wrlib/wraster.h
> +++ b/wrlib/wraster.h
> @@ -411,6 +411,8 @@ void RHSVtoRGB(RHSVColor *hsv, RColor *rgb);
> */
> void RClearImage(RImage *image, RColor *color);
> +void RLightImage(RImage *image, RColor *color);
> +
> void RFillImage(RImage *image, RColor *color);
> void RBevelImage(RImage *image, int bevel_type);
Hello,
next would aso require the following patch to export the symbol.
diff --git a/wrlib/libwraster.map b/wrlib/libwraster.map
index 895a7b1..9d05f2d 100644
--- a/wrlib/libwraster.map
+++ b/wrlib/libwraster.map
@@ -50,6 +50,7 @@ LIBWRASTER3
RGetSubImage;
RGetXImage;
RHSVtoRGB;
+ RLightImage;
RLoadImage;
RMakeCenteredImage;
RMakeTiledImage;
On a sidenote what is the policy on documentation for wmaker-crm? As
an outsider, adding new public functions to a shared library without
any documentation seems strange to me.
cu andreas
--
To unsubscribe, send mail to [email protected].