7. src\win\iupwin_fontdlg.c (195)
height_pixels = logfont.lfHeight; <- reassigned value?

8. src\win\iupwin_key.c (105)
  map[VK_OEM_PLUS].iupcode = LOWORD(MapVirtualKeyA(VK_OEM_PLUS, 
MAPVK_VK_TO_CHAR));
  map[VK_OEM_COMMA].iupcode = LOWORD(MapVirtualKeyA(VK_OEM_COMMA, 
MAPVK_VK_TO_CHAR));
  map[VK_OEM_MINUS].iupcode = LOWORD(MapVirtualKeyA(VK_OEM_MINUS, 
MAPVK_VK_TO_CHAR));
  map[VK_OEM_PERIOD].iupcode = LOWORD(MapVirtualKeyA(VK_OEM_PERIOD, 
MAPVK_VK_TO_CHAR));
vars reassigned?

9. src\win\iupwin_list.c (1424)
WM_CLEAR and WM_CUT perform the same action?

10. srccontrols\matrix\iupmat_aux.c (136)
Test not make sense.
  if (index == p->num)
  {
    if (p->num == p->num_noscroll)
    {
      /* did NOT go trough the "for" above */
      offset = scroll_pos;
      index = p->num_noscroll; <- same value?

If index == p->num and p->num == p->num_poscroll, index is equal 
p->num_noscroll.

regards,
Ranier Vilela


_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to