[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a8698069ec4eec9c2a189198fa5eec9854b168ac

raster raster at alioth.debian.org
Sun May 4 21:40:08 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit ddeb8d08b06a0293e814c262920785d488eb95d4
Author: raster <raster>
Date:   Thu Apr 3 18:47:13 2008 +0000

    deps lists/ debugging too...

diff --git a/README b/README
index d4f5895..65d3d99 100644
--- a/README
+++ b/README
@@ -1,5 +1,18 @@
 Enlightenment 0.17.0 - IN DEVELOPMENT... not a RELEASE.
 
+Requirements:
+-------------
+
+Must:
+  libc libm libX11 libXext evas ecore ecoreevas ecore-file ecore-ipc ecore-con
+  ecore-job ecore-imf ecore-img-evas edje eet embryo efreet efreet-mime
+  edbus ecore-txt
+  [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11
+  engine in evas, buffer engine in evas]
+
+Recommended:
+  libpam [xrender engine in evas]
+
 NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
 file prior to installing DR17 or it will be overwritten.
 
@@ -10,16 +23,6 @@ of its own (recommended) like:
 
 You will, as usual need to add the subsequent bin dir to your $PATH etc.
 
-PREREQUISITES:
-
-The following Enlightenment Foundation Libraries are required by e17:
-  * eet
-  * evas
-  * ecore
-  * embryo
-  * edje
-  * efreet
-
 
 NOTES:
 
diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c
index d9b14d7..e81f150 100644
--- a/src/bin/e_actions.c
+++ b/src/bin/e_actions.c
@@ -1925,7 +1925,8 @@ ACT_FN_GO(pointer_resize_push)
 	bd = (E_Border *)obj;
 	if ((bd->lock_user_size) || (bd->shaded) || (bd->shading) ||
 	    (bd->fullscreen) || 
-		((bd->maximized == E_MAXIMIZE_FULLSCREEN) && (!e_config->allow_manip)))
+	    ((bd->maximized == E_MAXIMIZE_FULLSCREEN) &&
+	     (!e_config->allow_manip)))
 	  return;
 	if (bd->zone)
 	  man = bd->zone->container->manager;
diff --git a/src/bin/e_bindings.c b/src/bin/e_bindings.c
index 3f6ac94..69e490a 100644
--- a/src/bin/e_bindings.c
+++ b/src/bin/e_bindings.c
@@ -59,6 +59,7 @@ e_bindings_init(void)
 	  {
 	     char params[32];
 	     snprintf(params, sizeof(params), "resize_%s", eb->params);
+	     printf("########## ADD mouse,in + mouse,out\n");
 	     e_bindings_signal_add(eb->context, "mouse,in", eb->source, eb->modifiers,
 				   eb->any_mod, "pointer_resize_push", params);
 	     e_bindings_signal_add(eb->context, "mouse,out", eb->source, eb->modifiers,

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list