1
0
Fork 0

Platform/Unix/X11SharedDisplay: adding getAtom()

This commit is contained in:
Henrik Hautakoski 2019-12-26 07:48:53 +01:00
parent fa97552e23
commit 776904ee9a
2 changed files with 8 additions and 0 deletions

View file

@ -29,4 +29,9 @@ void XReleaseDisplay() {
}
}
Atom getAtom(const std::string& name, bool onlyIfExists) {
return XInternAtom(sharedDisplay, name.c_str(), onlyIfExists);
}
} // namespace sp