deps lists/ debugging too...


			
			
				devs/princeamd/enlightenment-0.17-elive
			
			
		
Carsten Haitzler 15 years ago
parent 13cc8ba33d
commit 492fa506e0
  1. 23
      README
  2. 3
      src/bin/e_actions.c
  3. 1
      src/bin/e_bindings.c

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

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

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

Loading…
Cancel
Save