code wiki / x11
topic: x11
15 modules sharing the x11 name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_x11_connect.nx | bits-up X11 wire-protocol connection setup. | 258 | 8 |
| nx_x11_connect_real_test.nx | Session 1 of bits-up browser arc. | 53 | 2 |
| nx_x11_font_test.nx | verify rendering text with a REAL X server font (anti-jank): OpenFont + | 42 | 2 |
| nx_x11_get_image.nx | bits-up X11 GetImage opcode + reply read. | 110 | 3 |
| nx_x11_keyboard.nx | bits-up X11 keyboard input for the game platform (F1105). | 164 | 8 |
| nx_x11_keyboard_gate.nx | proves the keysym -> browser-vk fold (the codes nx_input_abstract | 95 | 3 |
| nx_x11_paint.nx | bits-up X11 painting primitives. | 219 | 9 |
| nx_x11_paint_text_5x7.nx | bits-up text rendering using the | 69 | 3 |
| nx_x11_pixmap.nx | bits-up X11 off-screen pixmap drawable. | 69 | 3 |
| nx_x11_pixmap_kat_test.nx | minimal pixmap paint+capture KAT. | 81 | 2 |
| nx_x11_put_image.nx | bits-up X11 PutImage: the framebuffer -> window blit the game platform | 120 | 7 |
| nx_x11_put_image_gate.nx | byte-asserts the PutImage encoder against the X11 wire spec, the | 101 | 3 |
| nx_x11_screenshot.nx | capture a drawable's pixels and drop them | 67 | 2 |
| nx_x11_window.nx | bits-up X11 CreateWindow + MapWindow. | 225 | 9 |
| nx_x11_window_real_test.nx | bits-up real Windows window. | 75 | 2 |