forked from koreader/crengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lvtext: tweak object flags implementation
We have room in src_text_fragment_t in the union struct used for objects, so put object-only flags in there, leaving more bits available in the 'flags' field shared by object (image, inline-block, floats) and text fragments. (This is just reorganisation, no rendering change.)
- Loading branch information
Showing
4 changed files
with
121 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.