We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277a948 commit 162d7c4Copy full SHA for 162d7c4
src/linux/window_manager.cc
@@ -14,7 +14,7 @@ WindowHandle getActiveWindow() {
14
XCloseMainDisplay();
15
return window;
16
}
17
- return NULL;
+ return -1;
18
19
20
std::vector<WindowHandle> getWindows() {
0 commit comments