Bug 54519 - Typo in git-commit f7502a11c8ef9c453ceb40d26109977116df88c2
Summary: Typo in git-commit f7502a11c8ef9c453ceb40d26109977116df88c2
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-04 23:37 UTC by scaty
Modified: 2012-09-05 00:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description scaty 2012-09-04 23:37:08 UTC
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;
Comment 1 Dave Airlie 2012-09-05 00:43:10 UTC
thanks, fixed in master now.


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.