Ewl_Engine_Info Struct Reference
#include <ewl_engines.h>
Detailed Description
Contains the function pointers provided by an engine.Data Fields | |
| struct { | |
| void ** canvas | |
| void ** pointer | |
| void ** theme | |
| void ** window | |
| } | hooks |
| void(* | shutdown )(Ewl_Engine *engine) |
Field Documentation
| void** Ewl_Engine_Info::canvas |
The canvas hooks
| struct { ... } Ewl_Engine_Info::hooks |
The engine hooks
| void** Ewl_Engine_Info::pointer |
The pointer hooks
| void(* Ewl_Engine_Info::shutdown)(Ewl_Engine *engine) |
Shutdown the engine
| void** Ewl_Engine_Info::theme |
The theme hooks
| void** Ewl_Engine_Info::window |
The window hooks
The documentation for this struct was generated from the following file:
- lib/ewl_engines.h