On 03/02/2011 01:22 PM, Enlightenment SVN wrote:
> Log:
> elfe: Code refactoring
>    * Split gadgets.c in logicial objects : desktop_page and desktop_item
>    * use eina sparse matrix for desktop pages itesm
>    * Prepare configuration to have dynamic grid size
>    * fix the "don't resize this window when a keyboard pops up" :)
>    Use dh hint and set elfe windows name&  class matching Illume-Home

Well, the hint I gave was the correct way, but your implementation isn't 
quite right ;) What I meant was to configure the Illume Policy to match 
on Your Window Name & Class ... NOT to make your windows the same as 
illume-home.

Basically it means configuring the Illume Policy, not changing you're 
window's name & class to match the policy.

dh

> Modified: trunk/E-MODULES-EXTRA/elfe/src/main.c
> ===================================================================
> --- trunk/E-MODULES-EXTRA/elfe/src/main.c     2011-03-02 16:53:22 UTC (rev 
> 57470)
> +++ trunk/E-MODULES-EXTRA/elfe/src/main.c     2011-03-02 18:22:38 UTC (rev 
> 57471)
> @@ -313,8 +313,8 @@
>           return;
>        }
>      hwin->win->data = hwin;
> -   e_win_title_set(hwin->win, "Elfe Home");
> -   e_win_name_class_set(hwin->win, "Elfe", "Elfe");
> +   e_win_title_set(hwin->win, "Elfe");
> +   e_win_name_class_set(hwin->win, "Illume-Home", "Illume-Home");
>      e_win_resize_callback_set(hwin->win, _elfe_home_win_cb_resize);
>      e_win_no_remember_set(hwin->win, EINA_TRUE);
>      //ecore_x_e_illume_conformant_set(hwin->win->evas_win, EINA_TRUE);

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to