This commit is contained in:
Charles 2020-08-05 18:23:52 +02:00 committed by GitHub
commit c6494bc7df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ int main(int argc, char **argv)
flags |= CWBackPixel;
}
window.window = XCreateWindow(display, window.desktop, window.x,
window.window = XCreateWindow(display, window.root, window.x,
window.y, window.width, window.height, 0, depth, InputOutput, visual,
flags, &attrs);
XLowerWindow(display, window.window);