Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_mousebindings


Modified Files:
        e_int_config_mousebindings.c 


Log Message:
Fix mouse bindings dialog.

Thanks to jcwong to report and lok to help finding the solution.

Weird is that it's broken for more than 6 months (last change from
history is raster moving it to module).


===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_mousebindings/e_int_config_mousebindings.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_mousebindings.c        7 Oct 2007 21:22:41 -0000       1.3
+++ e_int_config_mousebindings.c        11 Feb 2008 22:17:35 -0000      1.4
@@ -1299,7 +1299,8 @@
    e_win_centered_set(cfdata->locals.dia->win, 1);
    e_win_borderless_set(cfdata->locals.dia->win, 1);
 
-   cfdata->locals.bind_win = ecore_x_window_input_new(man->root, 0, 0, 1, 1);
+   cfdata->locals.bind_win = ecore_x_window_input_new(man->root, 0, 0,
+                                                     man->w, man->h);
    ecore_x_window_show(cfdata->locals.bind_win);
    e_grabinput_get(cfdata->locals.bind_win, 0, cfdata->locals.bind_win);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to