Search Results

Found 1 results for "5cf699eb0b2ed431bef716ac403b532b" across all boards searching md5.

Anonymous /g/105570523#105597967
6/15/2025, 6:28:30 AM
fetch window property with XGetWindowProperty.
if it's some special struct property, you can cast it or use a convenience function
if the property has an 8 bit format, it gives you a nul-terminated char*
if the property has a 32 bit format, it returns an array of 64-bit elements with random garbage stuffed in the high 4 bytes.

i thought i was having a stroke double checking my types. i wonder if xlib is just retarded and uses unsigned long regardless of architecture or what the protocol itself is sending.