annotate dvdread/dvdread_internal.h @ 27409:e2de11109139

If (has outline) blur(outline) else blur(glyph). If there is an outline, the glyph itself should not be blurred. Keeps the border between glyph and outline clear (unblurred), which is probably how it should be. Patch by Diogo Franco (diogomfranco gmail com).
author eugeni
date Thu, 07 Aug 2008 22:20:58 +0000
parents 1542693b2a30
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24050
1542693b2a30 Sync libdvdread with version 0.9.5 (cosmetic changes).
diego
parents: 24047
diff changeset
1 /* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */
15876
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
2 #ifndef DVDREAD_INTERNAL_H
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
3 #define DVDREAD_INTERNAL_H
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
4
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
5
15880
01b42f2f2894 drop annoying debug messages from libdvdread
aurel
parents: 15876
diff changeset
6 #define CHECK_VALUE(arg)
01b42f2f2894 drop annoying debug messages from libdvdread
aurel
parents: 15876
diff changeset
7
15876
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
8
24047
de28f9e8cb00 Sync libdvdread with version 0.9.5 (functional changes).
diego
parents: 20981
diff changeset
9 int get_verbose(void);
de28f9e8cb00 Sync libdvdread with version 0.9.5 (functional changes).
diego
parents: 20981
diff changeset
10 int dvdread_verbose(dvd_reader_t *dvd);
de28f9e8cb00 Sync libdvdread with version 0.9.5 (functional changes).
diego
parents: 20981
diff changeset
11 dvd_reader_t *device_of_file(dvd_file_t *file);
de28f9e8cb00 Sync libdvdread with version 0.9.5 (functional changes).
diego
parents: 20981
diff changeset
12
15876
15f4ed477c39 add missing files from libdvdread 0.9.4
henry
parents:
diff changeset
13 #endif /* DVDREAD_INTERNAL_H */