add HDC for init operation of _DESKTOPOPS

This commit is contained in:
Vincent Wei
2020-02-26 21:29:06 +08:00
parent 7355a55610
commit c5ff5ff992

View File

@@ -2427,7 +2427,7 @@ int MiniGUIAppMain
typedef struct _DESKTOPOPS {
/** called when starting a new session, and return a context */
void* (*init) (void);
void* (*init) (HDC dc_desktop);
/** called when terminating a seesion */
void (*deinit) (void* context);