deps lists/ debugging too...

SVN revision: 34177
This commit is contained in:
Carsten Haitzler 2008-04-03 18:47:14 +00:00
parent 13cc8ba33d
commit 492fa506e0
3 changed files with 16 additions and 11 deletions

23
README
View File

@ -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:

View File

@ -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;

View File

@ -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,