Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/elitaire

Dir     : e17/apps/elitaire/src


Modified Files:
        Makefile.am edje_frontend.h edje_frontend_gui.cpp 
Removed Files:
        Esmart_Resize.h esmart_resize.c 


Log Message:
Esmart_Resize is moved to Esmart

===================================================================
RCS file: /cvs/e/e17/apps/elitaire/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 8 Jun 2007 17:32:49 -0000       1.1
+++ Makefile.am 26 Jun 2007 20:13:01 -0000      1.2
@@ -45,9 +45,6 @@
   elitaire_job.c\
   elitaire_private.cpp\
   \
-  Esmart_Resize.h\
-  esmart_resize.c\
-  \
   eli_hiscore.h\
   eli_hiscore.c\
   \
@@ -56,6 +53,6 @@
 
 elitaire_LDFLAGS = @ELITAIRE_LIBS@
 
-elitaire_LDADD =  -lesmart_draggies -lesmart_container
+elitaire_LDADD =  -lesmart_draggies -lesmart_container -lesmart_resize
 
 top_srcdir = @top_srcdir@
===================================================================
RCS file: /cvs/e/e17/apps/elitaire/src/edje_frontend.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_frontend.h     8 Jun 2007 17:32:49 -0000       1.1
+++ edje_frontend.h     26 Jun 2007 20:13:01 -0000      1.2
@@ -1,8 +1,7 @@
 #include <Ewl.h>
+#include <Ecore_Evas.h>
 #include "Eli_App.h"
-#include "Esmart_Resize.h"
 #include "Elitaire.h"
-#include <Esmart/Esmart_Draggies.h>
 #include <Edje.h>
 #include <stdio.h>
 #include <stdlib.h>
===================================================================
RCS file: /cvs/e/e17/apps/elitaire/src/edje_frontend_gui.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_frontend_gui.cpp       16 Jun 2007 09:01:25 -0000      1.4
+++ edje_frontend_gui.cpp       26 Jun 2007 20:13:01 -0000      1.5
@@ -1,9 +1,8 @@
 /* vim: set sw=4 ts=4 sts=4 expandtab: */
 #include "edje_frontend.h"
-#include <Ecore_Evas.h>
-#include <Edje.h>
 #include <Esmart/Esmart_Container.h>
-#include "ewl_context_menu.h"
+#include <Esmart/Esmart_Resize.h>
+#include <Esmart/Esmart_Draggies.h>
 
 /* internal functions */
 static void _eli_app_gui_swallow(Evas_Object * gui, 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to