Bug 16415 - xbm magic
Summary: xbm magic
Status: RESOLVED WONTFIX
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:20 UTC by Matthias Clasen
Modified: 2008-06-19 02:35 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Matthias Clasen 2008-06-18 08:20:08 UTC
gdk-pixbuf has magic for xbm files. The magic is not very good, so maybe we don't want it ?

        static GdkPixbufModulePattern signature[] = {
                { "#define ", NULL, 100 },
                { "/*", NULL, 50 },
                { NULL, NULL, 0 }
        };
Comment 1 Bastien Nocera 2008-06-19 02:35:09 UTC
We can't really do anything with that I'm afraid. It could match C source code, and many other things...


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.