From 8b3c278fe7502f9343355f09213837622b0d9ca0 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 23 Oct 2008 11:39:04 -0700 Subject: Rootless: Properly typed expose_1 (cherry picked from commit 78e874fe17174ac8f61586573edaf7f16ece7b21) --- miext/rootless/rootlessScreen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/miext/rootless/rootlessScreen.c b/miext/rootless/rootlessScreen.c index 0db51d55a..f40913a6e 100644 --- a/miext/rootless/rootlessScreen.c +++ b/miext/rootless/rootlessScreen.c @@ -475,8 +475,7 @@ RootlessMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst, return result; } -expose_1 (WindowPtr pWin) -{ +void expose_1 (WindowPtr pWin) { WindowPtr pChild; if (!pWin->realized) -- cgit v1.2.3