lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 2db5c83 was 2bb6d04, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
|
Curb the proliferation of libdraw headers
libdraw provides a lot of ambiguously named headers, which makes it
confusing. This change merges the subdirectories into single headers,
and moves all headers into draw subdirectory, so that it's obvious
at a glance what library the header belongs to.
Compare:
#include <path.h>
#include <source.h>
#include <font/bitmap_backend.h>
#include <font/pcf.h>
vs.
#include <draw/path.h>
#include <draw/source.h>
#include <draw/font.h>
|
-
Property mode
set to
100644
|
|
File size:
293.6 KB
|
HTML preview not available, since the file size exceeds 256.0 KB.Try downloading the file instead.
Note:
See
TracBrowser
for help on using the repository browser.