xserver-multidpi/hw/xquartz/pbproxy
George Peter Staplin eb8be3e90a XQuartz: pbproxy: Fix another STRING bug.
Fix the usage of the NSString cStringUsingEncoding: - it doesn't NUL
terminate the string, which lead to a bus error.  So, we use
lengthOfBytesUsingEncoding: to get the length in bytes instead of
strlen().
(cherry picked from commit 6333d619e7)
2008-09-26 12:31:33 -07:00
..
main.m XQuartz: pbproxy: Removed stray SPI include. 2008-09-26 12:31:18 -07:00
Makefile.am XQuartz: Added pasteboard proxy code stripped out of quartz-wm. 2008-09-03 09:33:58 -07:00
pbproxy.h XQuartz: pbproxy: Add a comment to pbproxy.h about how the DB() 2008-09-26 12:31:01 -07:00
trick_autotools.c XQuartz: Added pasteboard proxy code stripped out of quartz-wm. 2008-09-03 09:33:58 -07:00
x-input.m XQuartz: pbproxy: Fix NSObject memory leaks by properly using the 2008-09-26 12:31:06 -07:00
x-selection.h XQuartz: pbproxy: Fix NSObject memory leaks by properly using the 2008-09-26 12:31:06 -07:00
x-selection.m XQuartz: pbproxy: Fix another STRING bug. 2008-09-26 12:31:33 -07:00