Platform/Unix/X11SharedDisplay: adding getAtom()
This commit is contained in:
parent
f8188c4358
commit
d94c7fcf9a
2 changed files with 8 additions and 0 deletions
|
|
@ -29,4 +29,9 @@ void XReleaseDisplay() {
|
|||
}
|
||||
}
|
||||
|
||||
Atom getAtom(const std::string& name, bool onlyIfExists) {
|
||||
|
||||
return XInternAtom(sharedDisplay, name.c_str(), onlyIfExists);
|
||||
}
|
||||
|
||||
} // namespace sp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue