[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-devel
Subject:    [E-devel] Re: E CVS: libs/ewl lordchaos
From:       Nathan Ingersoll <ningerso () gmail ! com>
Date:       2005-11-24 17:34:53
Message-ID: b057382e0511240934y674af5eao257fc90d9634bf95 () mail ! gmail ! com
[Download RAW message or body]

This one sounds like a missing configure event.

On 11/24/05, enlightenment-cvs@lists.sourceforge.net <
enlightenment-cvs@lists.sourceforge.net> wrote:
>
> Enlightenment CVS committal
>
> Author  : lordchaos
> Project : e17
> Module  : libs/ewl
>
> Dir     : e17/libs/ewl/src/lib
>
>
> Modified Files:
>         ewl_iconbox.c
>
>
> Log Message:
> * Hmm - either evas has changed its damage rectangle calculation, or
> configure has changed in EWL - but the ewl_paned grabber move no longer
> updates an iconbox background image until the next mousedown action on the
> background.
>
> ===================================================================
> RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v
> retrieving revision 1.81
> retrieving revision 1.82
> diff -u -3 -r1.81 -r1.82
> --- ewl_iconbox.c       24 Nov 2005 11:40:36 -0000      1.81
> +++ ewl_iconbox.c       24 Nov 2005 12:01:20 -0000      1.82
> @@ -1178,8 +1178,9 @@
>
>                 if (ib->background) {
>                         int w,h;
> -                       w = CURRENT_W(ib->ewl_iconbox_pane_inner);
> -                       h= CURRENT_H(ib->ewl_iconbox_pane_inner);
> +                       w = CURRENT_W(ib);
> +                       h= CURRENT_H(ib);
> +
> ewl_object_position_request(EWL_OBJECT(ib->background),0,0);
>
>                         ewl_object_custom_size_set(EWL_OBJECT(ib->background),w,h);
>
>                 }
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> enlightenment-cvs mailing list
> enlightenment-cvs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
>

[Attachment #3 (text/html)]

This one sounds like a missing configure event.<br><br><div><span \
class="gmail_quote">On 11/24/05, <b class="gmail_sendername"><a \
href="mailto:enlightenment-cvs@lists.sourceforge.net">enlightenment-cvs@lists.sourceforge.net
 </a></b> &lt;<a href="mailto:enlightenment-cvs@lists.sourceforge.net">enlightenment-cvs@lists.sourceforge.net</a>&gt; \
wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, \
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Enlightenment CVS \
committal<br><br>Author&nbsp;&nbsp;: lordchaos<br>Project : \
e17<br>Module&nbsp;&nbsp;: libs/ewl<br><br>Dir&nbsp;&nbsp;&nbsp;&nbsp; : \
e17/libs/ewl/src/lib<br><br><br>Modified \
Files:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ewl_iconbox.c<br><br><br>Log \
Message:<br>* Hmm - either evas has changed its damage rectangle calculation, or
configure has changed in EWL - but the ewl_paned grabber move no longer
updates an iconbox background image until the next mousedown action on
the background.<br><br>===================================================================<br>RCS \
file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.c,v<br>retrieving \
                revision 1.81<br>retrieving revision 1.82<br>
diff -u -3 -r1.81 -r1.82<br>--- ewl_iconbox.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 \
Nov 2005 11:40:36 -0000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.81<br>+++ \
ewl_iconbox.c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 24 Nov 2005 12:01:20 \
-0000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.82<br>@@ -1178,8 +1178,9 \
@@<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if \
(ib-&gt;background) { \
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int
 w,h;<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 w = CURRENT_W(ib-&gt;ewl_iconbox_pane_inner);<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp \
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 h= CURRENT_H(ib-&gt;ewl_iconbox_pane_inner);<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 w = CURRENT_W(ib);<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 h= CURRENT_H(ib);<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 ewl_object_position_request(EWL_OBJECT(ib-&gt;background),0,0);<br>&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n \
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ewl_object_custom_size_set(EWL_OBJECT(ib-&gt;b \
ackground),w,h);<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n \
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br><br><br><br><br>-------------------------------------------------------
 <br>This SF.net email is sponsored by: Splunk Inc. Do you grep through log \
files<br>for problems?&nbsp;&nbsp;Stop!&nbsp;&nbsp;Download the new AJAX search \
engine that makes<br>searching your log files as easy as surfing \
the&nbsp;&nbsp;web.&nbsp;&nbsp;DOWNLOAD SPLUNK! <br><a \
href="http://ads.osdn.com/?ad_id=7637&amp;alloc_id=16865&amp;op=click">http://ads.osdn \
.com/?ad_id=7637&amp;alloc_id=16865&amp;op=click</a><br>_______________________________________________<br>enlightenment-cvs \
mailing list <br><a href="mailto:enlightenment-cvs@lists.sourceforge.net">enlightenment-cvs@lists.sourceforge.net</a><br><a \
href="https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs">https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
 </a><br></blockquote></div><br>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic