Home
last modified time | relevance | path

Searched refs:__SCROLL_YFIXED (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/video/
Dfbcon.h165 #define __SCROLL_YFIXED 0x010 macro
183 #define SCROLL_YREDRAW (__SCROLL_YFIXED|__SCROLL_YREDRAW)
/linux-2.4.37.9/drivers/video/
Dfbcon.c534 if (p->scrollmode & __SCROLL_YFIXED) in updatescrollmode()