Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug #203
Disable screensaver and DPMS blanking while SDL app is running.
- Loading branch information
Showing
with
99 additions
and 2 deletions.
- +13 −1 configure.in
- +1 −0 include/SDL_config.h.in
- +52 −0 src/video/x11/SDL_x11events.c
- +3 −0 src/video/x11/SDL_x11events_c.h
- +11 −1 src/video/x11/SDL_x11sym.h
- +8 −0 src/video/x11/SDL_x11video.c
- +11 −0 src/video/x11/SDL_x11video.h