From 9682c8870b8ff5e4ac2e4c70b759f791c6f38c1f Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Mon, 9 Jul 2012 11:27:07 -0700 Subject: Import SDL release-1.2.15 Change-Id: I505c4aea24325cad475f217db5589814b4c75dbf --- .../sdl-1.2.15/docs/html/sdlvideodrivername.html | 243 +++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 distrib/sdl-1.2.15/docs/html/sdlvideodrivername.html (limited to 'distrib/sdl-1.2.15/docs/html/sdlvideodrivername.html') diff --git a/distrib/sdl-1.2.15/docs/html/sdlvideodrivername.html b/distrib/sdl-1.2.15/docs/html/sdlvideodrivername.html new file mode 100644 index 0000000..1419656 --- /dev/null +++ b/distrib/sdl-1.2.15/docs/html/sdlvideodrivername.html @@ -0,0 +1,243 @@ +SDL_VideoDriverName
SDL Library Documentation
PrevNext

SDL_VideoDriverName

Name

SDL_VideoDriverName -- Obtain the name of the video driver

Synopsis

#include "SDL.h"

char *SDL_VideoDriverName(char *namebuf, int maxlen);

Description

The buffer pointed to by namebuf is filled up to a maximum of maxlen characters (include the NULL terminator) with the name of the initialised video driver. The driver name is a simple one word identifier like "x11" or "windib".

Return Value

Returns NULL if video has not been initialised with SDL_Init or a pointer to namebuf otherwise.

See Also

SDL_Init +SDL_InitSubSystem


PrevHomeNext
SDL_GetVideoInfoUpSDL_ListModes
\ No newline at end of file -- cgit v1.1