$OpenBSD: patch-src_wmgeneral_h,v 1.1 2021/02/04 13:50:09 cwen Exp $

Fix the build with -fno-common

Index: src/wmgeneral.h
--- src/wmgeneral.h.orig
+++ src/wmgeneral.h
@@ -36,7 +36,7 @@ typedef struct {
  /* Global variable */
 /*******************/
 
-Display		*display;
+extern Display		*display;
 
   /***********************/
  /* Function Prototypes */
