DeskUp 0.3
Loading...
Searching...
No Matches
window_core.h
Go to the documentation of this file.
1
27
28#ifndef WINDOWGLOBAL_H
29#define WINDOWGLOBAL_H
30
31#include <iostream>
32#include <vector>
35
50extern std::string DESKUPDIR;
51
65extern std::unique_ptr<DeskUpWindowDevice> current_window_backend;
66
95int DU_Init();
96
112void DU_Destroy();
113
114#endif
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