From 78e874fe17174ac8f61586573edaf7f16ece7b21 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 23 Oct 2008 11:39:04 -0700 Subject: [PATCH] Rootless: Properly typed expose_1 --- 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 be881cfc9..c21c7b255 100644 --- a/miext/rootless/rootlessScreen.c +++ b/miext/rootless/rootlessScreen.c @@ -471,8 +471,7 @@ RootlessMarkOverlappedWindows(WindowPtr pWin, WindowPtr pFirst, return result; } -expose_1 (WindowPtr pWin) -{ +void expose_1 (WindowPtr pWin) { WindowPtr pChild; if (!pWin->realized)