diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-11 08:05:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-11 08:05:33 +0000 |
commit | 9da7e8edf2266881d020c509ea9a16d9584c3e59 (patch) | |
tree | b2338e29df2b8ce782ca7d6d20306079548f34c4 /dist/libxcb/doc/tutorial/index.html | |
parent | 741167747bb978bed04ee56cb9911a8aabb8f3d4 (diff) |
Update to libxcb 1.17.0
Diffstat (limited to 'dist/libxcb/doc/tutorial/index.html')
-rw-r--r-- | dist/libxcb/doc/tutorial/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dist/libxcb/doc/tutorial/index.html b/dist/libxcb/doc/tutorial/index.html index ea0833745..1bc9f2e67 100644 --- a/dist/libxcb/doc/tutorial/index.html +++ b/dist/libxcb/doc/tutorial/index.html @@ -2297,9 +2297,7 @@ int main () values[0] = screen->white_pixel; values[1] = XCB_EVENT_MASK_KEY_RELEASE | - XCB_EVENT_MASK_BUTTON_PRESS | - XCB_EVENT_MASK_EXPOSURE | - XCB_EVENT_MASK_POINTER_MOTION; + XCB_EVENT_MASK_EXPOSURE; cookie_window = xcb_create_window_checked (c, screen->root_depth, window, screen->root, |