shithub: misc

Download patch

ref: f2616701bd8bec5d5bb84a5fc04be13e4ae64e80
parent: c51fc46cc9cb624db1238cb4d647a0736c22119f
author: Philip Silva <philip.silva@protonmail.com>
date: Mon Oct 11 12:55:12 EDT 2021

Remove unused variable

--- a/hidpi-1.patch
+++ b/hidpi-1.patch
@@ -30,15 +30,6 @@
  };
  
  struct Refresh
-@@ -166,6 +168,8 @@
- 	void		drawfreedimage(DImage*);
- 	Client*		drawclientofpath(ulong);
- 	DImage*	allocdimage(Memimage*);
-+	
-+int displaydpi = 100;
- 
- static	char Enodrawimage[] =	"unknown id for draw image";
- static	char Enodrawscreen[] =	"unknown id for draw screen";
 @@ -785,6 +789,7 @@
  	cl->slot = i;
  	cl->clientid = ++sdraw.clientid;