OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_NOFRAME
(Results
1 - 16
of
16
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c
209
if (((flags &
SDL_NOFRAME
)==
SDL_NOFRAME
) || ((flags & SDL_FULLSCREEN)==SDL_FULLSCREEN))
461
current->flags &= ~
SDL_NOFRAME
;
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c
385
current -> flags &= ~(SDL_RESIZABLE|
SDL_NOFRAME
);
386
current -> flags |= (flags & (SDL_RESIZABLE |
SDL_NOFRAME
)) ;
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c
808
if ( flags &
SDL_NOFRAME
) {
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc
525
if ( flags &
SDL_NOFRAME
) {
526
current->flags |=
SDL_NOFRAME
;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c
537
if ( flags &
SDL_NOFRAME
) {
539
current->flags |=
SDL_NOFRAME
;
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m
569
current->flags |= (
SDL_NOFRAME
|SDL_RESIZABLE) & mode_flags;
677
else if ( ((mode_flags ^ flags) & (
SDL_NOFRAME
|SDL_RESIZABLE)) ||
714
current->flags |=
SDL_NOFRAME
;
722
if ( flags &
SDL_NOFRAME
) {
724
current->flags |=
SDL_NOFRAME
;
768
current->flags |= (
SDL_NOFRAME
|SDL_RESIZABLE) & mode_flags;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c
[
all
...]
/external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h
129
#define
SDL_NOFRAME
0x00000020 /* No window caption or edge frame */
336
* If
SDL_NOFRAME
is set in 'flags', the SDL library will create a window
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c
550
if ( (SDL_VideoSurface->flags &
SDL_NOFRAME
) ==
SDL_NOFRAME
) {
551
SDL_ShadowSurface->flags |=
SDL_NOFRAME
;
737
/* If there is no window manager, set the
SDL_NOFRAME
flag */
739
mode->flags |=
SDL_NOFRAME
;
[
all
...]
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h
129
#define
SDL_NOFRAME
0x00000020 /* No window caption or edge frame */
336
* If
SDL_NOFRAME
is set in 'flags', the SDL library will create a window
[
all
...]
/prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h
129
#define
SDL_NOFRAME
0x00000020 /* No window caption or edge frame */
336
* If
SDL_NOFRAME
is set in 'flags', the SDL library will create a window
[
all
...]
/prebuilt/windows/sdl/host/include/SDL/
SDL_video.h
141
#define
SDL_NOFRAME
0x00000020 /* No window caption or edge frame */
340
* If
SDL_NOFRAME
is set in 'flags', the SDL library will create a window
[
all
...]
/prebuilt/windows/sdl/include/SDL/
SDL_video.h
129
#define
SDL_NOFRAME
0x00000020 /* No window caption or edge frame */
336
* If
SDL_NOFRAME
is set in 'flags', the SDL library will create a window
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c
728
if (!(flags &
SDL_NOFRAME
)) {
736
modeflags |=
SDL_NOFRAME
;
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c
688
if ( flags &
SDL_NOFRAME
) {
691
video->flags |=
SDL_NOFRAME
;
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c
808
WA_Flags,WFLG_REPORTMOUSE|WFLG_ACTIVATE|WFLG_RMBTRAP | ((flags&
SDL_NOFRAME
) ? 0 : (WFLG_DEPTHGADGET|WFLG_CLOSEGADGET|WFLG_DRAGBAR | ((flags&SDL_RESIZABLE) ? WFLG_SIZEGADGET|WFLG_SIZEBBOTTOM : 0))),
[
all
...]
Completed in 157 milliseconds