| Summary: |
Typo in git-commit f7502a11c8ef9c453ceb40d26109977116df88c2 |
| Product: |
xorg
|
Reporter: |
scaty |
| Component: |
Driver/Radeon | Assignee: |
xf86-video-ati maintainers <xorg-driver-ati> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Xorg Project Team <xorg-team> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
git | |
|
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
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.
Hello! Found a little typo in this commit : f7502a11c8ef9c453ceb40d26109977116df88c2 radeon: add shared support to pixmaps. +static inline Bool radeon_get_pixmap_shared(PixmapPtr pPix) +{ +#ifdef USE_GLAMOR + RADEONInfoPtr info = RADEONPTR(xf86ScreenToScrn(pPix->drawable.pScreen)); + + if (info->use_glamor) { + ErrorF("glamor sharing todo\n"); + return FALSE: + } else +#endif Should be FALSE;