Searched refs:minimized (Results 1 – 10 of 10) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_sysevents.c | 352 BOOL active, minimized; in WinMessage() local 355 minimized = HIWORD(wParam); in WinMessage() 356 active = (LOWORD(wParam) != WA_INACTIVE) && !minimized; in WinMessage() 385 if ( minimized ) { in WinMessage() 408 WIN_Activate(this, active, minimized); in WinMessage()
|
D | SDL_lowvideo.h | 88 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL minimized);
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibvideo.c | 92 static void DIB_Activate(_THIS, BOOL active, BOOL minimized); 1202 static void DIB_Activate(_THIS, BOOL active, BOOL minimized) argument 1208 } else if ( !minimized ) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5video.c | 430 static void DX5_Activate(_THIS, BOOL active, BOOL minimized); 2431 void DX5_Activate(_THIS, BOOL active, BOOL minimized) argument
|
/external/quake/quake/src/QW/docs/ |
D | qwcl-readme.txt | 337 sound while QWCL is running, even if QWCL is minimized or not the active 543 Right-click doesn't work right on minimized QWCL 545 If you right-click on minimized QWCL on the task bar, the
|
/external/quake/quake/src/WinQuake/ |
D | wqreadme.txt | 338 sound while WQ is running, even if WQ is minimized or not the active 544 Right-click doesn't work right on minimized WinQuake 546 If you right-click on minimized WinQuake on the task bar, the
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowAdapter.mm | 38 // _auxiliaryStorage->_auxWFlags.minimized will always reflect the window's Carbon collapsed state.
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 10724 Fix web inspector does not returns its state properly after its window is minimized.
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 4166 - fixed 3073693 -- flash drawn to screen even when window minimized
|
D | ChangeLog-2006-02-09 | 595 WebNSDateExtrasInternal.h also, but I minimized the gratuitous change level here
|