X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxproto.xml;h=bfb8a4cff4c2227dfe265b73928de1138dbbcb33;hb=ee68a1c771e7caa9897f8ec5e5cdbec07ec59450;hp=cf36875c42267432ffc305ab71798567777bc65f;hpb=cb45e38331e383c8b04cb6c32c26fbbadf43e9eb;p=free-sw%2Fxcb%2Fproto diff --git a/src/xproto.xml b/src/xproto.xml index cf36875..bfb8a4c 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -127,6 +127,41 @@ authorization from the authors. + + 0 + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + + + + 0 + 1 + 2 + + @@ -272,6 +307,44 @@ authorization from the authors. + + a key was pressed/released + + + + + + + + + + + + @@ -298,6 +371,44 @@ authorization from the authors. + + a mouse button was pressed/released + + + + + + + + + + + + @@ -321,6 +432,44 @@ authorization from the authors. + + a key was pressed + + + + + + + + + + + + @@ -354,6 +503,34 @@ authorization from the authors. + + the pointer is in a different window + + + + + + + + + @@ -363,6 +540,16 @@ authorization from the authors. + + NOT YET DOCUMENTED + + + + + @@ -380,6 +567,32 @@ authorization from the authors. + + NOT YET DOCUMENTED + + + + + + + @@ -433,6 +646,17 @@ authorization from the authors. + + a window is destroyed + + + + @@ -441,6 +665,21 @@ authorization from the authors. + + a window is unmapped + + + + + @@ -449,12 +688,36 @@ authorization from the authors. + + a window was mapped + + + + + + + window wants to be mapped + + + + @@ -480,6 +743,42 @@ authorization from the authors. + + NOT YET DOCUMENTED + + + + + + + + + + + @@ -513,6 +812,14 @@ authorization from the authors. 0 1 + + + + @@ -522,6 +829,19 @@ authorization from the authors. + + NOT YET DOCUMENTED + + + + + + @@ -538,6 +858,21 @@ authorization from the authors. + + a window property changed + + + + + + + @@ -553,6 +888,75 @@ authorization from the authors. 0 + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 @@ -577,6 +981,14 @@ authorization from the authors. 0 1 + + + + @@ -590,6 +1002,22 @@ authorization from the authors. + + the colormap for some window changed + + + + + + + @@ -605,6 +1033,26 @@ authorization from the authors. + + NOT YET DOCUMENTED + + + + + + @@ -619,9 +1067,34 @@ authorization from the authors. + + keyboard mapping changed + + + + + - + + + + generic event (with length) + + + + + @@ -687,6 +1160,106 @@ authorization from the authors. 12 13 14 + + + + + + + + + + + + + + + + + @@ -709,42 +1282,6 @@ authorization from the authors. 10 - - - 0 - 1 - 2 - - - - 0 - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - 20 - 21 - 22 - 23 - 24 - - @@ -759,6 +1296,79 @@ authorization from the authors. + + Creates a window + + + + + + + + + + + + + + + + + + + + + + + @@ -767,6 +1377,43 @@ authorization from the authors. + + change window attributes + + + + + + + + + + + + + @@ -795,12 +1442,79 @@ authorization from the authors. + + + + + + + + + + + + + + + + + + + Gets window attributes + + + + + + + + Destroys a window + + + + + + + @@ -816,6 +1530,28 @@ authorization from the authors. + + Changes a client's save set + + + + + + + + @@ -824,11 +1560,78 @@ authorization from the authors. + + Reparents a window + + + + + + + + + + + + + Makes a window visible + + + + + + + @@ -839,6 +1642,25 @@ authorization from the authors. + + Makes a window invisible + + + + + + + @@ -867,10 +1689,60 @@ authorization from the authors. + + + + Configures window attributes + + + + + + + + + + + @@ -881,6 +1753,27 @@ authorization from the authors. + + Change window stacking order + + + + + + + @@ -895,7 +1788,67 @@ authorization from the authors. + + + + + + + + + + + Get current window geometry + + x, reply->y); + } + free(reply); +} + ]]> + + + + + @@ -910,7 +1863,51 @@ authorization from the authors. children_len + + + + + + + query the window tree + + root); + printf("parent = 0x%08x\\n", reply->parent); + + xcb_window_t *children = xcb_query_tree_children(reply); + for (int i = 0; i < xcb_query_tree_children_length(reply); i++) + printf("child window = 0x%08x\\n", children[i]); + + free(reply); + } +} + ]]> + + + @@ -924,6 +1921,53 @@ authorization from the authors. + + Get atom identifier by name + + atom); + free(reply); + } +} + ]]> + + + + + + + + + @@ -943,6 +1987,21 @@ authorization from the authors. 0 1 2 + + + + + @@ -962,6 +2021,71 @@ authorization from the authors. 8 + + Changes a window property + + + + + + + + + + + + + + + + + + @@ -988,9 +2112,110 @@ authorization from the authors. - value_len + + value_len + + format + 8 + + + + + + + + + + Gets a window property + + + + + + + + + + + + + + @@ -1011,6 +2236,38 @@ authorization from the authors. + + Sets the owner of a selection + + + + + + + + @@ -1019,7 +2276,27 @@ authorization from the authors. + + + + + Gets the owner of a selection + + + + + @@ -1041,11 +2318,97 @@ authorization from the authors. 32 + + send an event + + event = window; + event->window = window; + event->response_type = XCB_CONFIGURE_NOTIFY; + + event->x = 0; + event->y = 0; + event->width = 800; + event->height = 600; + + event->border_width = 0; + event->above_sibling = XCB_NONE; + event->override_redirect = false; + + xcb_send_event(conn, false, window, XCB_EVENT_MASK_STRUCTURE_NOTIFY, + (char*)event); + xcb_flush(conn); + free(event); +} + ]]> + + + + + + + + 0 1 + + + + @@ -1072,11 +2435,118 @@ authorization from the authors. + + Grab the pointer + + root, /* grab the root window */ + XCB_NONE, /* which events to let through */ + XCB_GRAB_MODE_ASYNC, /* pointer events should continue as normal */ + XCB_GRAB_MODE_ASYNC, /* keyboard mode */ + XCB_NONE, /* confine_to = in which window should the cursor stay */ + cursor, /* we change the cursor to whatever the user wanted */ + XCB_CURRENT_TIME + ); + + if ((reply = xcb_grab_pointer_reply(conn, cookie, NULL))) { + if (reply->status == XCB_GRAB_STATUS_SUCCESS) + printf("successfully grabbed the pointer\\n"); + free(preply); + } +} + ]]> + + + + + + + + + + + + + + + + release the pointer + + + + + + + + + @@ -1086,6 +2556,26 @@ authorization from the authors. 3 4 5 + + + + + + + + @@ -1099,6 +2589,92 @@ authorization from the authors. + + Grab pointer button(s) + + + + + + + + + + + + + + + + @@ -1126,6 +2702,70 @@ authorization from the authors. + + Grab the keyboard + + root, /* grab the root window */ + XCB_CURRENT_TIME, + XCB_GRAB_MODE_ASYNC, /* process events as normal, do not require sync */ + XCB_GRAB_MODE_ASYNC + ); + + if ((reply = xcb_grab_keyboard_reply(conn, cookie, NULL))) { + if (reply->status == XCB_GRAB_STATUS_SUCCESS) + printf("successfully grabbed the keyboard\\n"); + + free(reply); + } +} + ]]> + + + + + + + + + + @@ -1146,6 +2786,78 @@ authorization from the authors. + + Grab keyboard key(s) + + + + + + + + + + + + + + @@ -1153,6 +2865,35 @@ authorization from the authors. + + release a key combination + + + + + + + + + @@ -1164,11 +2905,106 @@ authorization from the authors. 5 6 7 + + + + + + + + + + + + release queued events + + + + + + @@ -1188,7 +3024,56 @@ authorization from the authors. + + + + + + + + + + + + get pointer coordinates + + + + @@ -1221,8 +3106,8 @@ authorization from the authors. - - + + @@ -1236,6 +3121,38 @@ authorization from the authors. + + move mouse pointer + + + + + + @@ -1243,12 +3160,72 @@ authorization from the authors. 0 1 2 + 3 + + + + + + + + Sets input focus + + + + + + + + + + + @@ -1273,6 +3250,28 @@ authorization from the authors. name_len + + opens a font + + + + + + + @@ -1325,7 +3324,48 @@ authorization from the authors. char_infos_len + + + + + + + + + + + + + + + query font metrics + + + + @@ -1344,6 +3384,47 @@ authorization from the authors. + + get text extents + + + + + + + @@ -1367,7 +3448,31 @@ authorization from the authors. names_len + + + + + get matching font names + + + + + @@ -1400,13 +3505,75 @@ authorization from the authors. name_len + + + + + + + + + + + + + + + + + get matching font names and information + + + + + + - + + + font_qty + @@ -1426,11 +3593,55 @@ authorization from the authors. + + Creates a pixmap + + + + + + + + + + + + + Destroys a pixmap + + + + @@ -1457,6 +3668,154 @@ authorization from the authors. 20 21 22 + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1493,7 +3852,7 @@ authorization from the authors. - 0 + 0 1 2 @@ -1527,6 +3886,39 @@ authorization from the authors. + + Creates a graphics context + + + + + + + + + + + @@ -1535,6 +3927,62 @@ authorization from the authors. + + change graphics context components + + + + + + + + + + + + + @@ -1572,6 +4020,16 @@ authorization from the authors. + + Destroys a graphics context + + + + @@ -1594,6 +4052,48 @@ authorization from the authors. + + copy areas + + + + + + + + + + + + + + @@ -1613,6 +4113,14 @@ authorization from the authors. 0 1 + + + + @@ -1628,6 +4136,56 @@ authorization from the authors. + + draw lines + + + + + + + + + + + + + @@ -1642,6 +4200,43 @@ authorization from the authors. + + draw lines + + + + + + + + + @@ -1684,6 +4279,42 @@ authorization from the authors. + + Fills rectangles + + + + + + + + + @@ -1762,6 +4393,52 @@ authorization from the authors. string_len + + Draws text + + + + + + + + + + + + @@ -1773,6 +4450,53 @@ authorization from the authors. string_len + + Draws text + + + + + + + + + + + + @@ -1836,6 +4560,31 @@ authorization from the authors. + + Allocate a color + + + + + + + @@ -2013,11 +4762,82 @@ authorization from the authors. + + create cursor + + + + + + + + + + + + + + + + + + + Deletes a cursor + + + + + @@ -2062,7 +4882,44 @@ authorization from the authors. + + + + + + + + check if extension is present + + + + + + @@ -2079,6 +4936,7 @@ authorization from the authors. + keycode_count @@ -2218,7 +5076,7 @@ authorization from the authors. - + address_len @@ -2269,6 +5127,24 @@ authorization from the authors. + + kills a client + + + + + +