diff options
Diffstat (limited to 'plugins/Clist_modern/src/modern_clistmod.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clistmod.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/Clist_modern/src/modern_clistmod.cpp b/plugins/Clist_modern/src/modern_clistmod.cpp index dfd87f3dc2..3598024215 100644 --- a/plugins/Clist_modern/src/modern_clistmod.cpp +++ b/plugins/Clist_modern/src/modern_clistmod.cpp @@ -296,12 +296,7 @@ int GetWindowVisibleState(HWND hWnd, int iStepX, int iStepY) RECT rc = { 0 };
POINT pt = { 0 };
- register int i=0,
- j = 0,
- width = 0,
- height = 0,
- iCountedDots = 0,
- iNotCoveredDots = 0;
+ int i = 0, j = 0, width = 0, height = 0, iCountedDots = 0, iNotCoveredDots = 0;
HWND hAux = 0;
//Some defaults now. The routine is designed for thin and tall windows.
|