parent
0c7a7e2d56
commit
da86aac0f5
10 changed files with 374 additions and 1 deletions
|
|
@ -40,3 +40,7 @@ IWaylandProtocol::~IWaylandProtocol() {
|
|||
void IWaylandProtocol::removeGlobal() {
|
||||
wl_global_remove(m_pGlobal);
|
||||
}
|
||||
|
||||
wl_global* IWaylandProtocol::getGlobal() {
|
||||
return m_pGlobal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue