Changeset 366 for Whitix/trunk/user
- Timestamp:
- 04/25/08 23:37:15 (7 months ago)
- Location:
- Whitix/trunk/user/xynth/src
- Files:
-
- 3 modified
-
configs/xynth.conf (modified) (1 diff)
-
python/Makefile (modified) (1 diff)
-
server/video/bochs/server.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/xynth/src/configs/xynth.conf
r277 r366 7 7 ; bochs 8 8 ; vga 9 driver = vga9 driver = bochs 10 10 11 11 ; Mode : -
Whitix/trunk/user/xynth/src/python/Makefile
r267 r366 6 6 7 7 INCDIR += ../lib ../../../python/Include ../../../python ../../../libc/include ../../../librtl ../../../posix/include 8 LIBDIR += ../lib ../../../libc ../../../librtl ../../../posix 8 LIBDIR += ../lib ../../../libc ../../../librtl ../../../posix ../../../python 9 9 10 10 OBJS = window.o xynthpy.o -
Whitix/trunk/user/xynth/src/server/video/bochs/server.c
r245 r366 43 43 printf("Loading bochs driver\n"); 44 44 SysIoAccess(1); 45 46 #ifndef SERVER_DISABLE_GRAPHICS 45 47 VbeSetMode(BOCHS_WIDTH, BOCHS_HEIGHT, BOCHS_BPP); 48 #endif 46 49 47 50 server->window->surface->width=BOCHS_WIDTH;
