hlfw.ca

x9dev

Download patch

ref: a2d6c698b2607561e11c2e155888b064e4f40098
parent: 0cc9b5318b2ef072d5d927058a323ab9872922f9
author: halfwit <michaelmisch1985@gmail.com>
date: Sat Oct 10 17:38:52 PDT 2020

We only need debug in x9dev.c

--- a/x9dev.c
+++ b/x9dev.c
@@ -29,6 +29,7 @@
 #include "x9dev.h"
 
 extern x9devInfo x9di;
+int debug = 0;
 
 /* 
  * 9p functions, used in draw and here 
--- a/x9dev.h
+++ b/x9dev.h
@@ -92,8 +92,6 @@
     C9aux  *keybd;
 };
 
-int debug = 0;
-
 static PixmapFormatRec formats[] = {
     { 1,    1,  BITMAP_SCANLINE_PAD },
     { 8,    8,  BITMAP_SCANLINE_PAD },