* add flurry to the image
* seems we hit a race during shutdown, thus the BGLView would already be delete by unload_add_on, crashing the screenblanker (tested with several GL saver) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29793 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -118,7 +118,7 @@ BEOS_ADD_ONS_PRINT = Canon\ LIPS3\ Compatible Canon\ LIPS4\ Compatible
|
|||||||
BEOS_ADD_ONS_PRINT_TRANSPORT = HP\ JetDirect IPP LPR Parallel\ Port
|
BEOS_ADD_ONS_PRINT_TRANSPORT = HP\ JetDirect IPP LPR Parallel\ Port
|
||||||
Print\ To\ File Serial\ Port USB\ Port
|
Print\ To\ File Serial\ Port USB\ Port
|
||||||
;
|
;
|
||||||
BEOS_ADD_ONS_SCREENSAVERS = DebugNow Haiku IFS Spider Message ;
|
BEOS_ADD_ONS_SCREENSAVERS = DebugNow Flurry Haiku IFS Spider Message ;
|
||||||
BEOS_ADD_ONS_DRIVERS_AUDIO = auich auvia echo3g emuxki ; #hda
|
BEOS_ADD_ONS_DRIVERS_AUDIO = auich auvia echo3g emuxki ; #hda
|
||||||
BEOS_ADD_ONS_DRIVERS_AUDIO_OLD = ; #cmedia sis7018 usb_audio ;
|
BEOS_ADD_ONS_DRIVERS_AUDIO_OLD = ; #cmedia sis7018 usb_audio ;
|
||||||
BEOS_ADD_ONS_DRIVERS_GRAPHICS = $(X86_ONLY)radeon $(X86_ONLY)nvidia
|
BEOS_ADD_ONS_DRIVERS_GRAPHICS = $(X86_ONLY)radeon $(X86_ONLY)nvidia
|
||||||
|
|||||||
@@ -278,14 +278,14 @@ ScreenBlanker::QuitRequested()
|
|||||||
void
|
void
|
||||||
ScreenBlanker::_Shutdown()
|
ScreenBlanker::_Shutdown()
|
||||||
{
|
{
|
||||||
delete fRunner;
|
|
||||||
|
|
||||||
if (fWindow) {
|
if (fWindow) {
|
||||||
fWindow->Hide();
|
fWindow->Hide();
|
||||||
|
|
||||||
if (fWindow->Lock())
|
if (fWindow->Lock())
|
||||||
fWindow->Quit();
|
fWindow->Quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete fRunner;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user