Closed
Bug 292280
Opened 20 years ago
Closed 17 years ago
Changes for WinCE Minimo SVG
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: tor, Assigned: tor)
Details
Attachments
(1 file, 1 obsolete file)
|
4.36 KB,
patch
|
Details | Diff | Splinter Review |
Comment 2•20 years ago
|
||
Comment on attachment 182110 [details] [diff] [review] use null font backend for wince, turn off broken header tests for wince What systems require AC_CHECK_HEADERS(stdint.h inttypes.h sys/int_types.h) # WinCE fonts are capable enough for the cairo backend - disable + WIN32_FONT_FEATURE=CAIRO_HAS_NO_WIN32_FONT We need to figure this out. The patch is fine, but lets create a tracking bug and cite it in the configure.in. I can't really tell if having a NULL default font will not cause problems, but you are the expert here. The changes look good otherwise.
Those tests should be run on all systems. I'd need to take a look at the code, but I think they'd only make a difference on machines with a 128bit compiler supported type. Looking at the cairo code, it looks like a null backend will cause it to crash. Looks like either we need to a more complete "null" backend (easy route) or see if there's any hope of using CE's GDI.
Attachment #182110 -
Attachment is obsolete: true
Comment 5•17 years ago
|
||
Is this bug dead Tim?
(In reply to comment #5) > Is this bug dead Tim? Pretty much, given the new focus on the trunk for mobile work.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•