Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        Makefile.am ewmh.c gnome.c kde.c 


Log Message:
Prepare to disable GNOME1/KDE1 hints by default without source files being
dropped from the distribution .tar.gz.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Makefile.am 20 Jul 2003 18:02:16 -0000      1.15
+++ Makefile.am 3 Aug 2003 19:24:16 -0000       1.16
@@ -4,15 +4,6 @@
 
 bin_PROGRAMS = enlightenment
 
-if ENABLE_EWMH
-SRCS_EWMH = ewmh.c
-endif
-if ENABLE_GNOME
-SRCS_GNOME = gnome.c            
-endif
-if ENABLE_KDE
-SRCS_KDE = kde.c
-endif
 enlightenment_SOURCES = \
        E.h                     \
        timestamp.h             \
@@ -39,11 +30,13 @@
        draw.c                  \
        events.c                \
        evhandlers.c            \
+       ewmh.c                  \
        file.c                  \
        finders.c               \
        focus.c                 \
        fx.c                    \
        globals.c               \
+       gnome.c                 \
        grabs.c                 \
        groups.c                \
        handlers.c              \
@@ -53,6 +46,7 @@
        iconify.c               \
        init.c                  \
        ipc.c                   \
+       kde.c                   \
        lists.c                 \
        main.c                  \
        memory.c                \
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewmh.c      12 Jul 2003 14:06:37 -0000      1.20
+++ ewmh.c      3 Aug 2003 19:24:16 -0000       1.21
@@ -25,6 +25,8 @@
  */
 #include "E.h"
 
+#if ENABLE_EWMH
+
 #if DEBUG_EWMH
 #undef EDBUG
 #define EDBUG(a,b) printf(b "\n")
@@ -859,3 +861,5 @@
 #endif
    EDBUG_RETURN_;
 }
+
+#endif
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/gnome.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- gnome.c     12 Jul 2003 14:06:37 -0000      1.24
+++ gnome.c     3 Aug 2003 19:24:16 -0000       1.25
@@ -22,6 +22,8 @@
  */
 #include "E.h"
 
+#if ENABLE_GNOME
+
 /* WIN_WM_NAME STRING - contains a string identifier for the WM's name */
 #define XA_WIN_WM_NAME                     "_WIN_WM_NAME"
 
@@ -877,3 +879,5 @@
        EDBUG_RETURN_;
      }
 }
+
+#endif
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/kde.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- kde.c       11 Jul 2003 17:12:12 -0000      1.73
+++ kde.c       3 Aug 2003 19:24:16 -0000       1.74
@@ -22,6 +22,8 @@
  */
 #include "E.h"
 
+#if ENABLE_KDE
+
 /* This code is copyright 2000 The Enlightenment Development Team */
 /* based on code by Matthias Ettrich from KWM (http://www.kde.org)
  * and code by Alfredo Kojima in Window Maker (http://www.windowmaker.org)
@@ -1257,3 +1259,5 @@
    EDBUG_RETURN_;
 
 }
+
+#endif




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to