Make expose handler generic
[xboard.git] / draw.h
diff --git a/draw.h b/draw.h
index 2cb0fe8..a565726 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -73,3 +73,7 @@ void CreateAnyPieces P((void));
 void CreatePNGPieces P((void));
 void CreateGrid P((void));
 
+// defined in xoptions.c
+void DrawExpose P((Option *opt, int x, int y, int w, int h));
+
+