From def2221abb398401a6c0a6ebb468de26e46d71d7 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Thu, 6 Nov 2008 18:38:21 +0000 Subject: [PATCH] - Comment out unused, static PaintUnderLappers svn path=/trunk/; revision=37228 --- rosapps/dflat32/normal.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rosapps/dflat32/normal.c b/rosapps/dflat32/normal.c index 148e0fc5b77..ad919d597ce 100644 --- a/rosapps/dflat32/normal.c +++ b/rosapps/dflat32/normal.c @@ -4,7 +4,7 @@ #ifdef INCLUDE_MULTI_WINDOWS static void PaintOverLappers(DFWINDOW wnd); -static void PaintUnderLappers(DFWINDOW wnd); +//static void PaintUnderLappers(DFWINDOW wnd); #endif static BOOL InsideWindow(DFWINDOW, int, int); @@ -915,6 +915,8 @@ static void PaintOverLappers(DFWINDOW wnd) HiddenWindow = wnd; PaintOverParents(wnd); } + +#if 0 /* --- paint those parts of a window that are overlapped --- */ static void PaintUnderLappers(DFWINDOW wnd) { @@ -960,6 +962,7 @@ static void PaintUnderLappers(DFWINDOW wnd) hwnd = DfNextWindow(hwnd); } } +#endif #endif /* #ifdef INCLUDE_MULTI_WINDOWS */ /* --- save video area to be used by dummy window border --- */ -- 2.17.1