diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ About libxcb ============ -libxcb provides an interface to the X Window System protocol, slated to -replace the current Xlib interface. It has several advantages over -Xlib, including: +libxcb provides an interface to the X Window System protocol, which replaces +the current Xlib interface. It has several advantages over Xlib, including: - size: small library and lower memory footprint - latency hiding: batch several requests and wait for the replies later - direct protocol access: one-to-one mapping between interface and protocol |