Menu work, move VOS queue interface

This commit is contained in:
elasota
2019-12-24 02:35:24 -05:00
parent 4c743c90b1
commit 3111609536
34 changed files with 828 additions and 92 deletions

View File

@@ -10,6 +10,7 @@
struct IGpFiber;
struct IGpColorCursor_Win32;
struct IGpVOSEventQueue;
struct GpWindowsGlobals
{
@@ -21,5 +22,6 @@ struct GpWindowsGlobals
IGpFiber *(*m_createFiberFunc)(LPVOID fiber);
IGpColorCursor_Win32 *(*m_loadColorCursorFunc)(const wchar_t *path);
void (*m_translateWindowsMessageFunc)(const MSG *msg, IGpVOSEventQueue *eventQueue);
};