#include <os2win.h>
#include <misc.h>
#include <win32wbase.h>
#include <win32wdesktop.h>
#include "oslibwin.h"
#include "win32wndhandle.h"
#include "dbglocal.h"
Include dependency graph for win32wdesktop.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_win32wdesktop |
Functions | |
BOOL | CreateWin32Desktop () |
void | DestroyDesktopWindow () |
LRESULT WIN32API | DesktopWndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) |
BOOL WIN32API | SetDeskWallPaper (LPCSTR filename) |
BOOL | DESKTOP_Register () |
BOOL | DESKTOP_Unregister () |
Variables | |
Win32Desktop * | windowDesktop = 0 |
|
Definition at line 19 of file win32wdesktop.cpp. |
|
Definition at line 26 of file win32wdesktop.cpp. Referenced by CONTROLS_Register().
|
|
Definition at line 37 of file win32wdesktop.cpp. Referenced by cleanupUser32().
|
|
Definition at line 99 of file win32wdesktop.cpp. |
|
Definition at line 113 of file win32wdesktop.cpp. |
|
Definition at line 121 of file win32wdesktop.cpp. Referenced by CONTROLS_Register().
|
|
Definition at line 138 of file win32wdesktop.cpp. Referenced by CONTROLS_Unregister().
|
|
Definition at line 22 of file win32wdesktop.cpp. |