From 3fface2761364433fd4a2e0a80204d18f4ad89af Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Fri, 28 Oct 2022 19:07:24 -0400 Subject: [PATCH] oops --- simpledisplay.d | 1 + 1 file changed, 1 insertion(+) diff --git a/simpledisplay.d b/simpledisplay.d index d187e58..e717644 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -2354,6 +2354,7 @@ class SimpleWindow : CapableOfHandlingNativeEvent, CapableOfBeingDrawnUpon { } private bool _fullscreen; + version(Windows) private WINDOWPLACEMENT g_wpPrev; /// not fully implemented but planned for a future release