THAT is why focus policy chnage isnt working (read the original src for the

handler to see what u missed! :) )


SVN revision: 15127
This commit is contained in:
Carsten Haitzler 2005-06-05 01:26:19 +00:00
parent 6b9c338500
commit 684454929b
2 changed files with 4 additions and 2 deletions

4
TODO
View File

@ -57,8 +57,8 @@ These are in no particular order:
* add locale and encoding fields to eapp files (to launch eapp in that locale+encoding)
* add input method selector stuff to eapp - same as locale
* get all libehack properties if they exist
* titlebar/border expansion/gadget panel for moduels to put window widgets in
* get all libe_hack properties if they exist
* titlebar/border expansion/gadget panel for modules to put window widgets in
* add actions to flip desktops on a given zone and/or container only
* re-implement all ipc to go via e_ipc_handlers.h and e_ipc_codec.[ch]
* on restart e always goes back to desktop 0,0 - it should go to the desktop

View File

@ -854,7 +854,9 @@ break;
REQ_INT_END(value, HDL);
#elif (TYPE == E_WM_IN)
START_INT(value, HDL);
e_border_button_bindings_ungrab_all();
e_config->focus_policy = value;
e_border_button_bindings_grab_all();
SAVE;
END_INT
#elif (TYPE == E_REMOTE_IN)