Moved the code of definition for DLOG message to e_zong.c and e_border.c from e.h, 46/9746/1
authorShawn Lee <shiin.lee@samsung.com>
Mon, 5 Aug 2013 12:53:37 +0000 (21:53 +0900)
committerShawn Lee <shiin.lee@samsung.com>
Mon, 5 Aug 2013 12:53:37 +0000 (21:53 +0900)
and added definition of BuildRequires for dlog in e17.spec.

Change-Id: Ibc161548e66507140c9c29233195a42c893dd5a7

packaging/e17.spec
src/bin/e.h
src/bin/e_border.c
src/bin/e_zone.c

index e1649b9..998fdb4 100644 (file)
@@ -34,6 +34,7 @@ BuildRequires:  pkgconfig(eio)
 BuildRequires:  pkgconfig(utilX)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(dlog)
 BuildRequires:  edje-bin
 BuildRequires:  embryo-bin
 BuildRequires:  eet-bin
index 8ad5e0d..dc2cafe 100644 (file)
@@ -45,12 +45,6 @@ void *alloca(size_t);
 #  include <features.h>
 # endif
 
-# ifdef _F_USE_DLOG_
-#  include "dlog.h"
-#  undef LOG_TAG
-#  define LOG_TAG "E17"
-# endif
-
 # include <stdio.h>
 # include <stdlib.h>
 # include <unistd.h>
index d7af01d..4b0c188 100644 (file)
 //#define INOUTDEBUG_MOUSE 1
 //#define INOUTDEBUG_FOCUS 1
 
+# ifdef _F_USE_DLOG_
+#  include "dlog.h"
+#  undef LOG_TAG
+#  define LOG_TAG "E17"
+# endif
+
 /* These are compatible with netwm */
 #define RESIZE_TL   0
 #define RESIZE_T    1
index 5098829..a3e50b5 100644 (file)
  * in a xinerama setup. Each zone has one or more desktops.
  */
 
+# ifdef _F_USE_DLOG_
+#  include "dlog.h"
+#  undef LOG_TAG
+#  define LOG_TAG "E17"
+# endif
+
 static void _e_zone_free(E_Zone *zone);
 static void _e_zone_cb_bg_mouse_down(void        *data,
                                      Evas        *evas,