Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        Makefile.am e_border.c e_includes.h 
Added Files:
        e_mmx.h 


Log Message:


mmx for dropshadwo.. but disabled for now

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- Makefile.am 29 Jun 2005 14:28:45 -0000      1.37
+++ Makefile.am 4 Jul 2005 04:54:32 -0000       1.38
@@ -12,6 +12,7 @@
 ENLIGHTENMENTHEADERS = \
 e.h \
 e_includes.h \
+e_mmx.h \
 e_ipc_handlers.h \
 e_ipc_handlers_list.h \
 e_user.h \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -3 -r1.308 -r1.309
--- e_border.c  3 Jul 2005 07:23:02 -0000       1.308
+++ e_border.c  4 Jul 2005 04:54:32 -0000       1.309
@@ -4886,6 +4886,7 @@
    e_menu_item_toggle_set(mi, bd->var); \
    e_menu_item_callback_set(mi, _e_border_menu_cb_##var, bd);
 
+   /* FIXME: 1 big menu right now - mayeb layer make it 3 submenus? */
    NEW_LOCK_MI("Position (User)", lock_user_location);
    NEW_LOCK_MI("Size (User)", lock_user_size);
    NEW_LOCK_MI("Stacking (User)", lock_user_stacking);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_includes.h        29 Jun 2005 14:28:46 -0000      1.26
+++ e_includes.h        4 Jul 2005 04:54:33 -0000       1.27
@@ -1,6 +1,7 @@
 /*
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
+#include "e_mmx.h"
 #include "e_object.h"
 #include "e_user.h"
 #include "e_manager.h"




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to