Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_moveresize.c 


Log Message:
Fixed an issue when Display information is enabled when moving windows but not 
when resizing.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_moveresize.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_moveresize.c      25 Mar 2007 22:45:00 -0000      1.17
+++ e_moveresize.c      22 Jul 2007 01:27:43 -0000      1.18
@@ -166,6 +166,7 @@
 EAPI void
 e_move_resize_object_coords_set(int x, int y, int w, int h)
 {
+   if (!_disp_pop) return;
    obj_x = x;
    obj_y = y;
    obj_w = w;



-------------------------------------------------------------------------
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