1
0
Fork 0

Platform/Unix/Xlib: Adding getParentWindow()

This commit is contained in:
Henrik Hautakoski 2022-10-01 16:00:57 +02:00
parent 05b59a4677
commit 46bc8eb5d8
2 changed files with 18 additions and 0 deletions

View file

@ -15,6 +15,8 @@ void shutdown();
::Display* getDisplay();
::Window getParentWindow(::Window win);
::Atom getAtom(const std::string& name, bool onlyIfExists = false);
} } // namespace sp::xlib