summaryrefslogtreecommitdiff
path: root/Meetings
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2007-11-04 14:06:03 -0800
committerJamey Sharp <jamey@minilop.net>2007-11-04 14:06:03 -0800
commitd24798c377083eb01ec6d280ce044a67f0aad086 (patch)
tree73835f5e54a18caaaa8c98e31d76ce842bfd8851 /Meetings
parenta4ed196af454322ed7795bb5c1edc0d8a9d39951 (diff)
Fix formatting for function names and such.
Diffstat (limited to 'Meetings')
-rw-r--r--Meetings/2007-11-04.mdwn6
1 files changed, 3 insertions, 3 deletions
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]]