代码搜索结果
找到约 20,731 项符合
Video 的代码
makefile.am
## Makefile.am for SDL using the X11 video driver
noinst_LTLIBRARIES = libvideo_x11.la
libvideo_x11_la_SOURCES = $(X11_SRCS)
# The SDL X11 video driver sources
X11_SRCS = \
SDL_x11dga.c
makefile.am
## Makefile.am for SDL using the DGA 2.0 video driver
noinst_LTLIBRARIES = libvideo_dga.la
libvideo_dga_la_SOURCES = $(DGA_SRCS)
# The SDL DGA 2.0 video driver sources
DGA_SRCS = \
SDL_
makefile.am
## Makefile.am for SDL using the libVGL video driver
noinst_LTLIBRARIES = libvideo_vgl.la
libvideo_vgl_la_SOURCES = $(VGL_SRCS)
# The SDL libVGL video driver sources
VGL_SRCS = \
SDL_vg
makefile.am
## Makefile.am for SDL using the GEM video driver
noinst_LTLIBRARIES = libvideo_gem.la
libvideo_gem_la_SOURCES = $(GEM_SRCS)
# The SDL GEM video driver sources
GEM_SRCS = \
SDL_gemvideo.h
makefile.am
## Makefile.am for SDL using the XBIOS video driver
noinst_LTLIBRARIES = libvideo_xbios.la
libvideo_xbios_la_SOURCES = $(XBIOS_SRCS)
# The SDL XBIOS video driver sources
XBIOS_SRCS = \
SD
makefile.am
## Makefile.am for SDL using the GGI video driver
noinst_LTLIBRARIES = libvideo_ggi.la
# The SDL GGI video driver sources
libvideo_ggi_la_SOURCES = \
SDL_ggikeys.h \
SDL_ggivideo.h \
makefile.am
## Makefile.am for SDL using the EPOC video driver
noinst_LTLIBRARIES = libvideo_epoc.la
libvideo_epoc_la_SOURCES = $(EPOC_SRCS)
# The SDL EPOC video driver sources
EPOC_SRCS = \
SDL_ep
makefile.am
## Makefile.am for SDL using the DirectX video driver
noinst_LTLIBRARIES = libvideo_windx5.la
libvideo_windx5_la_SOURCES = $(DIRECTX_SRCS)
# The SDL DirectX video driver sources
DIRECTX_SRCS
testvidinfo.c
/* Simple program -- figure out what kind of video display we have */
#include
#include
#include "SDL.h"
int main(int argc, char *argv[])
{
const SDL_VideoInfo *inf
makefile.am
SUBDIRS = audio video