$OpenBSD: patch-wmgeneral_wmgeneral_h,v 1.1 2021/02/13 20:49:31 cwen Exp $

Fix the build with -fno-common

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