Bug 692582 - Made the "pdfdraw" project more modular
Summary: Made the "pdfdraw" project more modular
Status: RESOLVED WONTFIX
Alias: None
Product: MuPDF
Classification: Unclassified
Component: apps (show other bugs)
Version: unspecified
Hardware: PC All
: P4 normal
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 14:59 UTC by Alec Taylor
Modified: 2012-07-20 11:30 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
git patch file (17.45 KB, patch)
2011-10-11 14:59 UTC, Alec Taylor
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Taylor 2011-10-11 14:59:03 UTC
Created attachment 7980 [details]
git patch file

Made pdfdraw more modular (still more to come, if I get the time).

Separated main function out to separate file. (Tried separating them into 3 files, but failed [suspect due to static functions]... May try again later.)