X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=hal%2Fhalx86%2Freboot.c;h=a261abe5d06093f65032fc81908744909d3cc9ca;hp=75384caf5abc15d668ed68a10a70854f94d0ccec;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/hal/halx86/reboot.c b/hal/halx86/reboot.c index 75384ca..a261abe 100644 --- a/hal/halx86/reboot.c +++ b/hal/halx86/reboot.c @@ -66,7 +66,7 @@ HalReturnToFirmware ( } else if (Action == FIRMWARE_REBOOT) { - HalResetDisplay (); + HalReleaseDisplayOwnership(); HalReboot (); } }