From 8589aa858269567a5f78ac3daca1ad9b9f082dc5 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 1 Mar 2012 22:04:20 +0400 Subject: [PATCH] Cygwin's X Server sends configure instead of exposure/visibility it seems --- wsi.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/wsi.ml b/wsi.ml index 58a40a0..d838e4b 100644 --- a/wsi.ml +++ b/wsi.ml @@ -441,6 +441,7 @@ let rec readresp sock = state.h <- h; state.t#reshape w h; ); + state.t#display | n -> dolog "event %d %S" n resp -- 2.11.4.GIT