[Xcb-commit] Meetings
Jamey Sharp
jamey at freedesktop.org
Sun Nov 4 14:00:46 PST 2007
Meetings/2007-11-04.mdwn | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d24798c377083eb01ec6d280ce044a67f0aad086
Author: Jamey Sharp <jamey at minilop.net>
Date: Sun Nov 4 14:06:03 2007 -0800
Fix formatting for function names and such.
diff --git a/Meetings/2007-11-04.mdwn b/Meetings/2007-11-04.mdwn
index 337b8d0..2988501 100644
--- a/Meetings/2007-11-04.mdwn
+++ b/Meetings/2007-11-04.mdwn
@@ -10,11 +10,11 @@ Ian Osgood, Bart Massey
- Missing extensions / features.
- Fix Sync extension init request.
- Fix struct padding issue.
- - Short-term fix: __attribute__((packed))?
+ - Short-term fix: `__attribute__((packed))`?
- Long-term fix: rewrite output layer?
- Output layer could use a mechanism like output iterators, writing a
- struct at a time. xcb_foo_request_start(),
- xcb_foo_request_some_component()*, xcb_foo_request_end()
+ struct at a time. `xcb_foo_request_start()`,
+ `xcb_foo_request_some_component()`*, `xcb_foo_request_end()`
- We're almost ready for a new libxcb release, after:
- Update the version dependency on xcb-proto.
- [[ReleasingXcb]]
More information about the xcb-commit
mailing list