Bug 47754

Summary: XtoQ should not have a direct dependence on xcb
Product: xorg Reporter: Jeremy Huddleston Sequoia <jeremyhu>
Component: App/XtoQAssignee: Jeremy Huddleston Sequoia <jeremyhu>
Status: RESOLVED MOVED QA Contact: Jeremy Huddleston Sequoia <jeremyhu>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Jeremy Huddleston Sequoia 2012-03-23 02:22:29 UTC
We want to develop libxcwm to be a complete library abstracting away xcb, so we should not have any dependency on xcb within XtoQ like:


~/src/freedesktop/src/libxcwm/src/xtoq (master) $ grep xcb *
XtoqController.h:    xcb_image_t *imageT;
XtoqController.m:    xcwm_image_t *xcbImage;
XtoqController.m:    xcbImage = xcwm_get_image(windowContext);
XtoqController.m:    imageRep = [[XtoqImageRep alloc] initWithData:xcbImage x: 0 y: 0];
XtoqImageRep.h:#import <xcb/xcb_image.h>
XtoqImageRep.h:    xcb_image_t *imageT;
XtoqImageRep.h: * Return Yes if the xcb_image_t it is passed is not null, else No.
XtoqImageRep.h:- (BOOL)canInitWithData:(xcb_image_t *)imageData;
XtoqImageRep.m:- (BOOL)canInitWithData:(xcb_image_t *)imageData {
Comment 1 GitLab Migration User 2019-05-23 18:50:15 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/lib/libxcwm/issues/11.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.