Bug 16409 - windows animated cursors (.ani)
Summary: windows animated cursors (.ani)
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 08:00 UTC by Matthias Clasen
Modified: 2008-06-19 02:02 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Matthias Clasen 2008-06-18 08:00:03 UTC
gdk-pixbuf supports the format for windows animated cursors, shared-mime-info doesn't know it. It would be good to add it, since I plan to make gdk-pixbuf use gio (and thus shared-mime-info, indirectly) for sniffing.

Here is the relevant excerpt from the pixbuf loader:

        static GdkPixbufModulePattern signature[] = {
                { "RIFF    ACON", "    xxxx    ", 100 },
                { NULL, NULL, 0 }
        };
        static gchar * mime_types[] = {
                "application/x-navi-animation",
                NULL
        };
        static gchar * extensions[] = {
                "ani",
                NULL
        };

        info->name = "ani";
Comment 1 Bastien Nocera 2008-06-19 02:02:12 UTC
* freedesktop.org.xml.in: Add Windows animated cursor
from the gdk-pixbuf loader magic (Closes: #16409)
* tests/jc-win.ani:
* tests/list: Add test case


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.