feat(clusterApp): initial version run in Ubuntu.
change fb to DRM
This commit is contained in:
19
clusterApp/include/InsTask/DisplayRender.h
Normal file
19
clusterApp/include/InsTask/DisplayRender.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef DISPLAYRENDER_H_INCLUDED
|
||||
#define DISPLAYRENDER_H_INCLUDED
|
||||
|
||||
#include <InsTask.h>
|
||||
|
||||
extern Bool globAppQuit;
|
||||
|
||||
#ifdef COMPILE_IN_WINDOWS
|
||||
#include <windows.h>
|
||||
|
||||
extern HINSTANCE globHInstance;
|
||||
|
||||
#endif // COMPILE_IN_WINDOWS
|
||||
|
||||
extern void RegisterRenderFuncs(CommonFun RenderFunc, void* argR, CommonFun QuitFunc, void* argQ);
|
||||
extern void RegisterRender2Funcs(CommonFun RenderFunc, void* argR, CommonFun QuitFunc, void* argQ);
|
||||
extern const InsTask gDisplayRender;
|
||||
|
||||
#endif // DISPLAYRENDER_H_INCLUDED
|
||||
Reference in New Issue
Block a user