mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
add HDC for init operation of _DESKTOPOPS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user