Author: sginsberg
Date: Thu Nov 6 12:38:21 2008
New Revision: 37228
URL:
http://svn.reactos.org/svn/reactos?rev=37228&view=rev
Log:
- Comment out unused, static PaintUnderLappers
Modified:
trunk/rosapps/dflat32/normal.c
Modified: trunk/rosapps/dflat32/normal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rosapps/dflat32/normal.c?rev=37228…
==============================================================================
--- trunk/rosapps/dflat32/normal.c [iso-8859-1] (original)
+++ trunk/rosapps/dflat32/normal.c [iso-8859-1] Thu Nov 6 12:38:21 2008
@@ -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 @@
HiddenWindow = wnd;
PaintOverParents(wnd);
}
+
+#if 0
/* --- paint those parts of a window that are overlapped --- */
static void PaintUnderLappers(DFWINDOW wnd)
{
@@ -960,6 +962,7 @@
hwnd = DfNextWindow(hwnd);
}
}
+#endif
#endif /* #ifdef INCLUDE_MULTI_WINDOWS */
/* --- save video area to be used by dummy window border --- */