Commit graph

7 commits

Author SHA1 Message Date
Vidar Hokstad
44f312554e Added X11:Window class 2024-01-13 17:04:10 +00:00
Vidar Hokstad
da2fe51596 Cleanups, more automated lookups of atoms to avoid needing to dereference constants.
More constants and requestsm including SendEvent, and
a helper for ClientMessage, w/example
2024-01-11 19:24:49 +00:00
Vidar Hokstad
e52fb412ee Cleanups 2023-12-28 17:19:08 +00:00
Vidar Hokstad
370ac3e367 Make example program work with newest interation. 2023-12-16 14:46:16 +00:00
Vidar Hokstad
1af9524748 This example is still awful and messy, but it's better than what was there... Needs chunky_png and skrift gem's installed 2023-09-25 19:06:55 +01:00
Vidar Hokstad
9119b4062c Added PutImage support and a test 2023-08-08 21:43:27 +01:00
Vidar Hokstad
4e08564800 Handle the following requests:
CreateWindow, MapWindow, OpenFont, ListFonts, CreateGC, ChangeGC,
ClearArea, PolyFillRectangle, ImageText8

Parse the following Events:
Expose, MapNotify, ConfigureNotify

Added example script
2023-08-01 20:18:32 +01:00