midde resize, right menu

SVN revision: 13224
This commit is contained in:
Carsten Haitzler 2005-02-07 14:37:37 +00:00
parent 3d28e3a84f
commit 9920d28f67
2 changed files with 3 additions and 2 deletions

1
TODO
View File

@ -29,6 +29,7 @@ Current freeze issues are:
ISSUES:
* module needs to handle multiple architectures for modules (eg in ~/.e/e/modules)
* ibar, temp and battery modules should only make 1 gadget per container and allow u to enable/disable that gadget on that container (like clock)
* pager needs to be able to split off each desk in a zone it a different gadget
* pager right click menu needs to do a lot more

View File

@ -127,7 +127,7 @@ e_config_init(void)
e_config->bindings = evas_list_append(e_config->bindings, eb);
eb = E_NEW(E_Config_Binding, 1);
eb->button = 3;
eb->button = 2;
eb->mask = ECORE_X_EVENT_MASK_MOUSE_DOWN |
ECORE_X_EVENT_MASK_MOUSE_UP |
ECORE_X_EVENT_MASK_MOUSE_MOVE;
@ -136,7 +136,7 @@ e_config_init(void)
e_config->bindings = evas_list_append(e_config->bindings, eb);
eb = E_NEW(E_Config_Binding, 1);
eb->button = 2;
eb->button = 3;
eb->mask = ECORE_X_EVENT_MASK_MOUSE_DOWN;
eb->modifiers = ECORE_X_MODIFIER_ALT;
eb->action = E_BINDING_ACTION_MENU;