Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:


till's patch! pants!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore_evas_x.c      23 Sep 2003 08:09:31 -0000      1.2
+++ ecore_evas_x.c      23 Sep 2003 22:33:10 -0000      1.3
@@ -574,8 +574,8 @@
 static void
 _ecore_evas_callback_delete_request_set(Ecore_Evas *ee, void (*func) (Ecore_Evas *ee))
 {
-   if (func) ecore_x_window_prop_delete_request_set(ee->engine.x.win_container, 1);
-   else ecore_x_window_prop_delete_request_set(ee->engine.x.win_container, 0);
+   if (func) ecore_x_window_prop_protocol_set(ee->engine.x.win_container, 
ECORE_X_WM_PROTOCOL_DELETE_REQUEST,1);
+   else ecore_x_window_prop_protocol_set(ee->engine.x.win_container, 
ECORE_X_WM_PROTOCOL_DELETE_REQUEST, 0);
    ee->func.fn_delete_request = func;
 }
 
@@ -887,7 +887,7 @@
        ecore_x_window_prop_title_set(ee->engine.x.win_container, ee->prop.title);
        ecore_x_window_prop_name_class_set(ee->engine.x.win_container, ee->prop.name, 
ee->prop.clas);
        if (ee->func.fn_delete_request)
-         ecore_x_window_prop_delete_request_set(ee->engine.x.win_container, 1);
+         ecore_x_window_prop_protocol_set(ee->engine.x.win_container, 
ECORE_X_WM_PROTOCOL_DELETE_REQUEST, 1);
        ecore_x_window_prop_min_size_set(ee->engine.x.win_container, ee->prop.min.w, 
ee->prop.min.h);
        ecore_x_window_prop_max_size_set(ee->engine.x.win_container, ee->prop.max.w, 
ee->prop.max.h);
        ecore_x_window_prop_base_size_set(ee->engine.x.win_container, ee->prop.base.w, 
ee->prop.base.h);




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to