Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        Makefile.am comms.c eobj.c ewmh.c extinitwin.c gnome.c hints.c 
        icccm.c iconify.c session.c x.c 
Added Files:
        e16-ecore_hints.c e16-ecore_hints.h 
Removed Files:
        ecore-e16.c ecore-e16.h 


Log Message:
Rename some files.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/Makefile.am,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- Makefile.am 18 Feb 2006 08:30:03 -0000      1.64
+++ Makefile.am 18 Feb 2006 09:50:16 -0000      1.65
@@ -38,12 +38,12 @@
        dialog.h                \
        dock.c                  \
        draw.c                  \
+       e16-ecore_hints.c       \
+       e16-ecore_hints.h       \
        e16-ecore_list.c        \
        e16-ecore_list.h        \
        econfig.c               \
        econfig.h               \
-       ecore-e16.c             \
-       ecore-e16.h             \
        edge.c                  \
        emodule.c               \
        emodule.h               \
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/comms.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- comms.c     18 Feb 2006 08:30:04 -0000      1.74
+++ comms.c     18 Feb 2006 09:50:16 -0000      1.75
@@ -22,8 +22,8 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 #include "E.h"
+#include "e16-ecore_hints.h"
 #include "e16-ecore_list.h"
-#include "ecore-e16.h"
 #include "xwin.h"
 
 struct _client
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/eobj.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- eobj.c      22 Jan 2006 18:37:39 -0000      1.66
+++ eobj.c      18 Feb 2006 09:50:16 -0000      1.67
@@ -22,8 +22,8 @@
  */
 #include "E.h"
 #include "desktops.h"
+#include "e16-ecore_hints.h"
 #include "ecompmgr.h"
-#include "ecore-e16.h"
 #include "eobj.h"
 #include "ewins.h"             /* FIXME - Should not be here */
 #include "hints.h"
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -3 -r1.102 -r1.103
--- ewmh.c      7 Jan 2006 07:20:58 -0000       1.102
+++ ewmh.c      18 Feb 2006 09:50:16 -0000      1.103
@@ -25,7 +25,7 @@
  */
 #include "E.h"
 #include "desktops.h"
-#include "ecore-e16.h"
+#include "e16-ecore_hints.h"
 #include "ewins.h"
 #include "hints.h"
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/extinitwin.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- extinitwin.c        7 Jan 2006 07:20:58 -0000       1.13
+++ extinitwin.c        18 Feb 2006 09:50:16 -0000      1.14
@@ -22,7 +22,7 @@
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 #include "E.h"
-#include "ecore-e16.h"
+#include "e16-ecore_hints.h"
 #include "xwin.h"
 #include <sys/time.h>
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/gnome.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- gnome.c     7 Jan 2006 07:20:58 -0000       1.62
+++ gnome.c     18 Feb 2006 09:50:16 -0000      1.63
@@ -23,7 +23,7 @@
  */
 #include "E.h"
 #include "desktops.h"
-#include "ecore-e16.h"
+#include "e16-ecore_hints.h"
 #include "ewins.h"
 #include "hints.h"
 #include "xwin.h"
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/hints.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- hints.c     13 Feb 2006 19:15:56 -0000      1.59
+++ hints.c     18 Feb 2006 09:50:16 -0000      1.60
@@ -26,7 +26,7 @@
 #include "E.h"
 #include "borders.h"           /* FIXME - Should not be here */
 #include "desktops.h"          /* FIXME - Should not be here */
-#include "ecore-e16.h"
+#include "e16-ecore_hints.h"
 #include "ewins.h"
 #include "hints.h"
 #include "xwin.h"
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/icccm.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- icccm.c     12 Feb 2006 19:14:14 -0000      1.118
+++ icccm.c     18 Feb 2006 09:50:16 -0000      1.119
@@ -23,7 +23,7 @@
  */
 #include "E.h"
 #include "desktops.h"
-#include "ecore-e16.h"
+#include "e16-ecore_hints.h"
 #include "ewins.h"
 #include "hints.h"
 #include "xwin.h"
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/iconify.c,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -3 -r1.194 -r1.195
--- iconify.c   18 Feb 2006 08:30:08 -0000      1.194
+++ iconify.c   18 Feb 2006 09:50:17 -0000      1.195
@@ -24,8 +24,8 @@
 #include "E.h"
 #include "desktops.h"
 #include "dialog.h"
+#include "e16-ecore_hints.h"
 #include "e16-ecore_list.h"
-#include "ecore-e16.h"
 #include "emodule.h"
 #include "eobj.h"
 #include "ewins.h"
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/session.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -3 -r1.116 -r1.117
--- session.c   18 Feb 2006 08:30:09 -0000      1.116
+++ session.c   18 Feb 2006 09:50:17 -0000      1.117
@@ -23,7 +23,7 @@
  */
 #include "E.h"
 #include "dialog.h"
-#include "ecore-e16.h"
+#include "e16-ecore_hints.h"
 #include "emodule.h"
 #include "ewins.h"
 #include "snaps.h"
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/x.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -3 -r1.117 -r1.118
--- x.c 22 Jan 2006 18:25:41 -0000      1.117
+++ x.c 18 Feb 2006 09:50:17 -0000      1.118
@@ -23,7 +23,7 @@
  */
 #include "E.h"
 #ifdef USE_ECORE_X
-#include "ecore-e16.h"
+#include <Ecore_X.h>
 #endif
 #include "xwin.h"
 #include <X11/Xutil.h>




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to