Platform/Unix/Xlib: Adding getParentWindow()
This commit is contained in:
parent
05b59a4677
commit
46bc8eb5d8
2 changed files with 18 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ void shutdown();
|
|||
|
||||
::Display* getDisplay();
|
||||
|
||||
::Window getParentWindow(::Window win);
|
||||
|
||||
::Atom getAtom(const std::string& name, bool onlyIfExists = false);
|
||||
|
||||
} } // namespace sp::xlib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue