Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/fileman


Modified Files:
        e_fwin.c 


Log Message:


lok's xdnd work

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_fwin.c    12 Aug 2007 23:34:30 -0000      1.6
+++ e_fwin.c    18 Aug 2007 10:37:16 -0000      1.7
@@ -178,6 +178,8 @@
    evas_object_show(o);
    
    o = e_scrollframe_add(zone->container->bg_evas);
+   ecore_x_icccm_state_set(zone->container->bg_win, 
ECORE_X_WINDOW_STATE_HINT_NORMAL);
+   e_drop_xdnd_register_set(zone->container->bg_win, 1);
    e_scrollframe_custom_theme_set(o, "base/theme/fileman",
                                  "e/fileman/desktop/scrollframe");
    /* FIXME: this theme object will have more versions and options later
@@ -392,6 +394,8 @@
    e_win_size_min_set(fwin->win, 24, 24);
    e_win_resize(fwin->win, 280, 200);
    e_win_show(fwin->win);
+   if (fwin->win->evas_win)
+     e_drop_xdnd_register_set(fwin->win->evas_win, 1);
    if (fwin->win->border)
      {
        if (fwin->win->border->internal_icon)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to