- Timestamp:
- Feb 7, 2008 7:20:19 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r6852 r6853 4377 4377 static Uint32 QuitTimer(Uint32 interval, void *param) 4378 4378 { 4379 PRBoolfHandled = FALSE;4379 BOOL fHandled = FALSE; 4380 4380 4381 4381 gSdlQuitTimer = NULL; -
trunk/src/VBox/Main/ConsoleImpl.cpp
r6852 r6853 1560 1560 } 1561 1561 1562 STDMETHODIMP Console::GetPowerButtonHandled( PRBool*aHandled)1562 STDMETHODIMP Console::GetPowerButtonHandled(BOOL *aHandled) 1563 1563 { 1564 1564 LogFlowThisFuncEnter(); -
trunk/src/VBox/Main/include/ConsoleImpl.h
r6852 r6853 127 127 STDMETHOD(PowerButton)(); 128 128 STDMETHOD(SleepButton)(); 129 STDMETHOD(GetPowerButtonHandled)( PRBool*aHandled);129 STDMETHOD(GetPowerButtonHandled)(BOOL *aHandled); 130 130 STDMETHOD(SaveState) (IProgress **aProgress); 131 131 STDMETHOD(AdoptSavedState) (INPTR BSTR aSavedStateFile);
Note:
See TracChangeset
for help on using the changeset viewer.