Go to the source code of this file.
Data Structures |
| struct | BackgroundItem |
| struct | PDATA |
Defines |
| #define | MAX_BACKGROUNDS 100 |
| #define | PLACEMENT_CENTER 0 |
| #define | PLACEMENT_STRETCH 1 |
| #define | PLACEMENT_TILE 2 |
| #define | MONITOR_LEFT 18 |
| #define | MONITOR_TOP 18 |
| #define | MONITOR_RIGHT 168 |
| #define | MONITOR_BOTTOM 128 |
| #define | MONITOR_WIDTH (MONITOR_RIGHT-MONITOR_LEFT) |
| #define | MONITOR_HEIGHT (MONITOR_BOTTOM-MONITOR_TOP) |
Functions |
| static VOID | AddListViewItems (HWND hwndDlg, PDATA pData) |
| static VOID | InitBackgroundDialog (HWND hwndDlg, PDATA pData) |
| static VOID | OnColorButton (HWND hwndDlg, PDATA pData) |
| static BOOL | CheckListViewFilenameExists (HWND hwndList, LPCTSTR tszFileName) |
| static VOID | OnBrowseButton (HWND hwndDlg, PDATA pData) |
| static VOID | ListViewItemChanged (HWND hwndDlg, PDATA pData, int itemIndex) |
| static VOID | DrawBackgroundPreview (LPDRAWITEMSTRUCT draw, PDATA pData) |
| static VOID | SetWallpaper (PDATA pData) |
| static VOID | SetDesktopBackColor (HWND hwndDlg, DATA *pData) |
| INT_PTR CALLBACK | BackgroundPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables |
| GLOBAL_DATA | g_GlobalData |