Enlightenment CVS committal
Author : englebass
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_hints.c
Log Message:
Add correct sign
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_hints.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -3 -r1.96 -r1.97
--- e_hints.c 7 Mar 2008 11:51:31 -0000 1.96
+++ e_hints.c 13 Mar 2008 19:09:15 -0000 1.97
@@ -1342,7 +1342,7 @@
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 @@
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;
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs