[Bug 54519] New: Typo in git-commit f7502a11c8ef9c453ceb40d26109977116df88c2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 4 16:37:08 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=54519

             Bug #: 54519
           Summary: Typo in git-commit
                    f7502a11c8ef9c453ceb40d26109977116df88c2
    Classification: Unclassified
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/Radeon
        AssignedTo: xorg-driver-ati at lists.x.org
        ReportedBy: scaty at dcinformatique.com
         QAContact: xorg-team at lists.x.org


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;

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list