[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a4f99cdaf59e45e3fa16746e0ae90039333bb158

englebass englebass at alioth.debian.org
Fri Mar 21 14:51:36 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit d4fc0ab97f8b2e110df398ec45854d26e4e2ac69
Author: englebass <englebass>
Date:   Thu Mar 13 19:09:15 2008 +0000

    Add correct sign

diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c
index 25746c1..43abcca 100644
--- a/src/bin/e_hints.c
+++ b/src/bin/e_hints.c
@@ -1342,7 +1342,7 @@ e_hints_window_e_state_set(E_Border *bd)
 EAPI void
 e_hints_window_qtopia_soft_menu_get(E_Border *bd)
 {
-   int val;
+   unsigned int val;
    
    if (ecore_x_window_prop_card32_get(bd->client.win, _QTOPIA_SOFT_MENU, &val, 1))
      bd->client.qtopia.soft_menu = val;
@@ -1353,7 +1353,7 @@ e_hints_window_qtopia_soft_menu_get(E_Border *bd)
 EAPI void
 e_hints_window_qtopia_soft_menus_get(E_Border *bd)
 {
-   int val;
+   unsigned int val;
 
    if (ecore_x_window_prop_card32_get(bd->client.win, _QTOPIA_SOFT_MENUS, &val, 1))
      bd->client.qtopia.soft_menus = val;

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list