diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-04-26 23:19:16 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-04-26 23:19:16 -0700 |
commit | dd932e025b2de0fa33b65971288c63679238e08a (patch) | |
tree | 8d3f1565da9985c033104c42410b39be1728aa85 /src/xcbint.h | |
parent | b825f3385becccfcde34626f872721301e82f960 (diff) |
Rename ConnSetup* to Setup*, Setup*Rep to Setup*, and SetupSuccess* to Setup*. Provide deprecated backwards-compatability functions and typedefs for the old names, to be removed before 1.0.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r-- | src/xcbint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xcbint.h b/src/xcbint.h index 359c681..a6d92aa 100644 --- a/src/xcbint.h +++ b/src/xcbint.h @@ -141,7 +141,7 @@ void _xcb_ext_destroy(XCBConnection *c); struct XCBConnection { /* constant data */ - XCBConnSetupSuccessRep *setup; + XCBSetup *setup; int fd; /* I/O data */ |