aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3149 from IllusionMan1212/missing-x11-funcsgingerBill2024-03-091-7/+16
|\
| * vendor/x11: added XQueryExtension, XGetEventData, and XFreeEventDataIllusionMan12122024-01-291-7/+16
* | vendor/x11: change display to be a ^Display in XGenericEventCookie structIllusionMan12122024-01-291-1/+1
|/
* [x11/xlib]: Fix some foreign declarationsflysand72023-12-011-2/+3
* [vendor/x11]: Add build guards for other xlib filesflysand72023-11-132-2/+2
* [vendor/x11]: Correct system import for linuxflysand72023-11-131-1/+1
* [vendor/x11]: Correction on XPutImage definitionflysand72023-11-131-1/+1
* [vendor/x11]: Add xlib utility functions, make compileable with -strict-styleflysand72023-11-133-198/+424
* [vendor/x11]: Add some client to window management communication functionsflysand72023-11-133-4/+217
* [vendor/x11]: Fix XDefaultScreenflysand72023-11-121-1/+1
* [vendor/x11]: Add a special type for mouse eventsflysand72023-11-122-1/+9
* [vendor/x11]: Fix definition for EventTypeflysand72023-11-121-2/+39
* [vendor/x11]: Fix XOpenDisplayflysand72023-11-121-1/+1
* [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-115-0/+5067