Bug 47754 - XtoQ should not have a direct dependence on xcb
Summary: XtoQ should not have a direct dependence on xcb
Status: RESOLVED MOVED
Alias: None
Product: xorg
Classification: Unclassified
Component: App/XtoQ (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Jeremy Huddleston Sequoia
QA Contact: Jeremy Huddleston Sequoia
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-23 02:22 UTC by Jeremy Huddleston Sequoia
Modified: 2019-05-23 18:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.