From 18c58aa9d717ce2a4b09d626dc7953c715a7c2f9 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Wed, 26 Mar 2003 23:35:23 +0000 Subject: [PATCH] Publish methods for clearing and blackening the bitmap --- BasiliskII/src/MacOSX/EmulatorView.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BasiliskII/src/MacOSX/EmulatorView.h b/BasiliskII/src/MacOSX/EmulatorView.h index 098b14ae..8d72dbb0 100644 --- a/BasiliskII/src/MacOSX/EmulatorView.h +++ b/BasiliskII/src/MacOSX/EmulatorView.h @@ -85,6 +85,9 @@ - (void) disableDrawing; - (void) startedFullScreen: (CGDirectDisplayID) theDisplay; +- (void) blacken; +- (void) clear; + - (short) width; - (short) height;