Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4532 → Rev 4533

/programs/cmm/lib/list_box.h
41,6 → 41,7
 
int llist::MouseScroll(dword scroll_state)
{
if (count<=visible) return 0;
if (scroll_state == 65535)
{
if (first == 0) return 0;