50extern std::string DESKUPDIR;
65extern std::unique_ptr<DeskUpWindowDevice> current_window_backend;
A struct wrapper used in the DeskUp backend.
The struct descriptor of a window backend.
void DU_Destroy()
Destroys and cleans up the DeskUp backend resources.
Definition window_core.cc:57
int DU_Init()
Initializes the DeskUp backend system.
Definition window_core.cc:15