mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
- Comment out unused, static PaintUnderLappers
svn path=/trunk/; revision=37228
This commit is contained in:
parent
0952af92ec
commit
def2221abb
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#ifdef INCLUDE_MULTI_WINDOWS
|
#ifdef INCLUDE_MULTI_WINDOWS
|
||||||
static void PaintOverLappers(DFWINDOW wnd);
|
static void PaintOverLappers(DFWINDOW wnd);
|
||||||
static void PaintUnderLappers(DFWINDOW wnd);
|
//static void PaintUnderLappers(DFWINDOW wnd);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static BOOL InsideWindow(DFWINDOW, int, int);
|
static BOOL InsideWindow(DFWINDOW, int, int);
|
||||||
|
@ -915,6 +915,8 @@ static void PaintOverLappers(DFWINDOW wnd)
|
||||||
HiddenWindow = wnd;
|
HiddenWindow = wnd;
|
||||||
PaintOverParents(wnd);
|
PaintOverParents(wnd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* --- paint those parts of a window that are overlapped --- */
|
/* --- paint those parts of a window that are overlapped --- */
|
||||||
static void PaintUnderLappers(DFWINDOW wnd)
|
static void PaintUnderLappers(DFWINDOW wnd)
|
||||||
{
|
{
|
||||||
|
@ -960,6 +962,7 @@ static void PaintUnderLappers(DFWINDOW wnd)
|
||||||
hwnd = DfNextWindow(hwnd);
|
hwnd = DfNextWindow(hwnd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
#endif /* #ifdef INCLUDE_MULTI_WINDOWS */
|
#endif /* #ifdef INCLUDE_MULTI_WINDOWS */
|
||||||
|
|
||||||
/* --- save video area to be used by dummy window border --- */
|
/* --- save video area to be used by dummy window border --- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue