Home
last modified time | relevance | path

Searched refs:wm_available (Results 1 – 25 of 98) sorted by relevance

1234

/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_videoinfo.cpp39 bool VideoInfo::wm_available() { in wm_available() function in SDLmm::VideoInfo
40 return VideoInfo::me->wm_available; in wm_available()
H A Dsdlmm_videoinfo.h69 bool wm_available();
/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DVideoInfo.xs21 Uint32 wm_available:1; variable
55 RETVAL = videoinfo->wm_available;
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideoInfo.pod32 =head2 wm_available section
34 $video_info->wm_available() # 1 if Window Manager available
/dports/games/freedink-engine/freedink-108.4/test/sdl/
H A Dvideoinfo.c7 printf("wm_available: %d\n", info->wm_available); in print_info()
/dports/games/egoboo/egoboo-2.8.1/src/game/extensions/
H A DSDL_extensions.h136 unsigned wm_available: 1; member
H A DSDL_extensions.c126 psi->wm_available = pvi->wm_available; in SDLX_Get_Screen_Info()
/dports/devel/sdlmm/SDLmm-0.1.8/test/
H A Dvidinfo.cpp47 if ( info.wm_available() ) { in main()
/dports/games/freedink-engine/freedink-108.4/src/
H A Dgfx.c181 if (info->wm_available) in gfx_init()
391 if (info->wm_available) in gfx_init_failsafe()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dsdl_video.c111 NOTICE(" wm_available %d\n", sdl_vinfo->wm_available); in window_init()
/dports/games/battletanks/btanks-0.9.8083/sdlx/
H A Dsystem.cpp218 …vinfo->hw_available, vinfo->wm_available, vinfo->blit_hw, vinfo->blit_hw_CC, vinfo->blit_hw_A, vin… in probe_video_mode()
/dports/games/wop/wop-0.4.3/src/
H A Dvideo.cpp91 videoInfo->wm_available ? "yes" : "no" ); in Video()
/dports/devel/sdl12/SDL-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.c219 this->info.wm_available = 1; in RISCOS_VideoInit()
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DMiniSDL12.h281 Uint32 wm_available :1; member
H A DMiniSDL13.h373 Uint32 wm_available :1; member
/dports/games/xblast/xblast-2.10.4/
H A Dsdl_init.c246 videoInfo->wm_available ? "yes" : "no"); in InitDisplay()
/dports/games/allacrost/allacrost-1.0.2/src/
H A Dmain_options.cpp216 if (user_video->wm_available == 1) in PrintSystemInformation()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dplat_sdl.c212 if (info && info->wm_available && h > WM_DECORATION_H) in plat_sdl_init()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sdl/include/
H A DLRSDL_video.h173 Uint32 wm_available :1; /**< Flag: Can you talk to a window manager? */ member
/dports/emulators/aranym/aranym-1.1.0/src/
H A Dhostscreen.cpp216 if (!videoInfo->wm_available) { in reset()
494 if (!videoInfo->wm_available) { in setVideoMode()
896 if (!videoInfo->wm_available && hiddenMouse) return; in releaseTheMouse()
/dports/devel/emscripten/emscripten-2.0.3/system/include/SDL/
H A DSDL_compat.h137 Uint32 wm_available:1; member
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c385 vi->wm_available ? "yes" : "no", in platform_video_init()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c385 vi->wm_available ? "yes" : "no", in platform_video_init()
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dcore_video.t385 unless $video_info->wm_available();
/dports/x11/aclip/arcan-0.6.1/src/platform/sdl/
H A Dvideo.c385 vi->wm_available ? "yes" : "no",

1234