Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
iclass.c session.c settings.c x.c
Log Message:
Trivial cleanups.
===================================================================
RCS file: /cvs/e/e16/e/src/iclass.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- iclass.c 22 Jun 2008 13:36:28 -0000 1.139
+++ iclass.c 28 Jun 2008 18:54:59 -0000 1.140
@@ -906,7 +906,9 @@
bg = EImageCreateScaled(im, 0, 0, 0, 0, w, h);
+#ifdef ENABLE_TRANSPARENCY
done:
+#endif
EImageFree(im);
return bg;
===================================================================
RCS file: /cvs/e/e16/e/src/session.c,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -3 -r1.157 -r1.158
--- session.c 16 Jun 2008 21:21:14 -0000 1.157
+++ session.c 28 Jun 2008 18:54:59 -0000 1.158
@@ -101,7 +101,7 @@
SmProp styleProp;
SmProp priorityProp;
SmProp *props[7];
- char bufs[32], bufm[32], bufx[32];
+ char bufs[32], bufm[32];
if (EDebug(EDBUG_TYPE_SESSION))
Eprintf("set_save_props\n");
@@ -192,6 +192,8 @@
#ifdef USE_EXT_INIT_WIN
if (restarting)
{
+ char bufx[32];
+
Esnprintf(bufx, sizeof(bufx), "%#lx", new_init_win_ext);
restartVal[n++].value = (char *)"-X";
restartVal[n++].value = bufx;
===================================================================
RCS file: /cvs/e/e16/e/src/settings.c,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -3 -r1.173 -r1.174
--- settings.c 22 Mar 2008 14:46:38 -0000 1.173
+++ settings.c 28 Jun 2008 18:54:59 -0000 1.174
@@ -729,7 +729,9 @@
&DlgRemember,
&DlgFx,
&DlgBackground,
+#ifdef ENABLE_THEME_TRANSPARENCY
&DlgThemeTrans,
+#endif
#if USE_COMPOSITE
&DlgComposite,
#endif
===================================================================
RCS file: /cvs/e/e16/e/src/x.c,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -3 -r1.179 -r1.180
--- x.c 5 Jun 2008 17:59:51 -0000 1.179
+++ x.c 28 Jun 2008 18:54:59 -0000 1.180
@@ -23,10 +23,14 @@
*/
#define DECLARE_WIN 1
#include "E.h"
+#include "edebug.h"
+#include "util.h"
+#include "xwin.h"
+#include <string.h>
+#include <unistd.h>
#ifdef USE_ECORE_X
#include <Ecore_X.h>
#endif
-#include "xwin.h"
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <X11/Xresource.h>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs