mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[TASKMGR] Completely reformat perfpage.c, perfpage.h, procpage.h and trayicon.c
- Rename also these stupidly long "hPerformancePageBlablabla" variables. - Remove unnecessary global variables in procpage.c/h.
This commit is contained in:
parent
da7dcec6a0
commit
7b53126375
5 changed files with 300 additions and 315 deletions
|
@ -27,8 +27,8 @@ HWND hProcessPage; /* Process List Property Page */
|
|||
|
||||
HWND hProcessPageListCtrl; /* Process ListCtrl Window */
|
||||
HWND hProcessPageHeaderCtrl; /* Process Header Control */
|
||||
HWND hProcessPageEndProcessButton; /* Process End Process button */
|
||||
HWND hProcessPageShowAllProcessesButton;/* Process Show All Processes checkbox */
|
||||
static HWND hProcessPageEndProcessButton; /* Process End Process button */
|
||||
static HWND hProcessPageShowAllProcessesButton;/* Process Show All Processes checkbox */
|
||||
BOOL bProcessPageSelectionMade = FALSE; /* Is item in ListCtrl selected */
|
||||
|
||||
static int nProcessPageWidth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue