Skip to content

Commit

Permalink
Map window
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 26, 2021
1 parent 52856bc commit 46aa721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ PyImaging_GrabScreenX11(PyObject *self, PyObject *args) {
height = screen->height_in_pixels;

/* get image data */

xcb_map_window(connection, screen->root);
reply = xcb_get_image_reply(
connection,
xcb_get_image(
Expand Down

0 comments on commit 46aa721

Please sign in to comment.