shithub: drawterm

Download patch

ref: eeeb7632dd77d90d1439bb31ca198c5061950301
parent: 7ecadb146f7f316965ce7d1853026a7443c980df
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Nov 26 13:49:07 EST 2022

osx: kill referneces to Screeninfo

--- a/gui-osx/screen.c
+++ b/gui-osx/screen.c
@@ -92,7 +92,6 @@
 
 	memimageinit();
 	depth = 32; // That's all this code deals with for now
-	screen.depth = 32;
 	fmt = XBGR32; //XRGB32;
 
 	devRect = CGDisplayBounds(CGMainDisplayID());