Date:2013-02-01 15:48:46 (10 years 8 months ago)
Author:Werner Almesberger
Commit:9c3caf282f9158f7bae42642fe0084f36078792f
Message:ubb-la/gui.c (gui_init): disable the cursor on the Ben

Files: ubb-la/Makefile (1 diff)
ubb-la/gui.c (1 diff)

Change Details

ubb-la/Makefile
1212
1313CC = mipsel-openwrt-linux-gcc
1414CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include \
15         $(if $(LIBUBB),-DBEN,) \
1516     $(shell sdl-config --cflags)
1617LDFLAGS =
1718#LDLIBS = -L../libubb -lubb -lm -lrt $(shell sdl-config --libs) -lSDL_gfx
ubb-la/gui.c
130130    }
131131
132132    SDL_EnableKeyRepeat(REPEAT_DELAY_MS, REPEAT_INTERVAL_MS);
133
134#ifdef BEN
135    SDL_ShowCursor(SDL_DISABLE);
136#endif
133137}
134138
135139

Archive Download the corresponding diff file

Branches:
master



interactive