On Thu, 4 Aug 2005 04:28:15 +0300 Hisham Mardam Bey <[EMAIL PROTECTED]>
babbled:

in - with one small change

> Looks like this patch is troublesome. Attached is another which looks
> better. Is this the proper way though?
> 
> On 8/4/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote:
> > Hello folks,
> > 
> > I was looking at ecore_evas_size_min_set and found out that if we set
> > the size, Ecore_Evas will automatically set the request_pos flag using
> > _ecore_evas_x_size_pos_hints_update. As a result, even if you only
> > want to set a min / base size for your window, you're going to have to
> > set request_pos to 1 and hence have the window move to (0,0) on the
> > screen. The patch allows _ecore_evas_x_size_pos_hints_update to sort
> > this out.
> > 
> > _ecore_evas_x_size_pos_hints_update(Ecore_Evas *ee)
> > 
> > becomes
> > 
> > _ecore_evas_x_size_pos_hints_update(Ecore_Evas *ee, Evas_Bool request_pos)
> > 
> > so now we can request the min / base size without the request_pos
> > moving the window to (0,0) on the screen.
> > 
> > Regards,
> > Hisham.
> > 
> > --
> > Hisham Mardam Bey
> > MSc (Computer Science)
> > http://hisham.cc/
> > +9613609386
> > Codito Ergo Sum (I Code Therefore I Am)
> > 
> > 
> > 
> 
> 
> -- 
> Hisham Mardam Bey
> MSc (Computer Science)
> http://hisham.cc/
> +9613609386
> Codito Ergo Sum (I Code Therefore I Am)


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to