diff options
-rw-r--r-- | doc/tutorial/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/tutorial/index.html b/doc/tutorial/index.html index ea08337..1bc9f2e 100644 --- a/doc/tutorial/index.html +++ b/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, |