Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4005 → Rev 4006

/trunk/uspace/srv/fb/ega.c
314,7 → 314,7
retval = 0;
break;
case FB_CURSOR_VISIBILITY:
if(IPC_GET_ARG1(call))
if (IPC_GET_ARG1(call))
cursor_enable();
else
cursor_disable();
395,6 → 395,6
}
 
 
/**
/**
* @}
*/