summaryrefslogtreecommitdiff
path: root/XCBConnectionOfDisplay.mdwn
diff options
context:
space:
mode:
authorTravis Spencer <tspencer@cs.pdx.edu>2005-07-30 23:39:52 -0800
committerTravis Spencer <tspencer@cs.pdx.edu>2005-07-30 23:39:52 -0800
commit22be50bb884781c1acdee38aec6596795134f058 (patch)
tree3cc8eea70de36d2c29c012a6acb62a76cb9be55c /XCBConnectionOfDisplay.mdwn
parent0f62009613fecfd448b3c239718813bb0051793e (diff)
XCBConnectionOfDisplay
Diffstat (limited to 'XCBConnectionOfDisplay.mdwn')
-rw-r--r--XCBConnectionOfDisplay.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/XCBConnectionOfDisplay.mdwn b/XCBConnectionOfDisplay.mdwn
index 2dfe855..a1ffa32 100644
--- a/XCBConnectionOfDisplay.mdwn
+++ b/XCBConnectionOfDisplay.mdwn
@@ -38,9 +38,3 @@
return EXIT_SUCCESS;
}
-
-Keep in mind that the `Display` object that this function takes **isn't** the one you may be used to from past Xlib programming. It is declared like this:
-
- TODO: Fill in the Display struct declaration...
-
-This is significant because its additional member `xcl` can be used to access various members such as `connection` (which is all this function really does). With this in mind, you can do things such as ...