gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ScreenDrv from t2ex/t2ex_source/kernel/sysmain/src/usermain_t2ex.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/usermain_t2ex.c - 6.0KB - 191 lines
106: #ifdef DRV_SCREEN
107:         err = ScreenDrv(0, NULL);
108:         tm_putstring(err >= E_OK ? "ScreenDrv - OK\n" : "ScreenDrv - ERR\n");
176: #ifdef DRV_SCREEN 177: ScreenDrv(-1, NULL); 178: #endif