From a4614438629c66914a6b8ee9696fe85eb5f4c4b0 Mon Sep 17 00:00:00 2001 From: Ian C Date: Sun, 23 May 2021 20:58:26 +0000 Subject: Updates for SDL2 --- src/gfx.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/gfx.h') diff --git a/src/gfx.h b/src/gfx.h index f700cb2..9c3d60b 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -97,27 +97,11 @@ SDL_Event *GFXGetKey(void); SDL_Event *GFXWaitKey(void); -/* Lock the screen for updates -*/ -void GFXLock(void); - - -/* Unlock the screen following updates -*/ -void GFXUnlock(void); - - /* Note that no bound checking (except for GFXPrint()) is done - it is the callers responsibility to plot onscreen. */ -/* Plot a point without locking. GFXLock() and GFXUnlock() MUST surround - calls to this -*/ -void GFXFastPlot(int x, int y, Uint32 col); - - /* Plot a point */ void GFXPlot(int x, int y, Uint32 col); -- cgit v1.2.3