Rev 3908 | Rev 4025 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3908 | Rev 4006 | ||
---|---|---|---|
Line 312... | Line 312... | ||
312 | } |
312 | } |
313 | scroll(i); |
313 | scroll(i); |
314 | retval = 0; |
314 | retval = 0; |
315 | break; |
315 | break; |
316 | case FB_CURSOR_VISIBILITY: |
316 | case FB_CURSOR_VISIBILITY: |
317 | if(IPC_GET_ARG1(call)) |
317 | if (IPC_GET_ARG1(call)) |
318 | cursor_enable(); |
318 | cursor_enable(); |
319 | else |
319 | else |
320 | cursor_disable(); |
320 | cursor_disable(); |
321 | retval = 0; |
321 | retval = 0; |
322 | break; |
322 | break; |
Line 393... | Line 393... | ||
393 | 393 | ||
394 | return 0; |
394 | return 0; |
395 | } |
395 | } |
396 | 396 | ||
397 | 397 | ||
398 | /** |
398 | /** |
399 | * @} |
399 | * @} |
400 | */ |
400 | */ |