Implement changing the font size for individual top level (OS) windows

This commit is contained in:
Kovid Goyal
2018-05-25 21:07:56 +05:30
parent b14c9614e0
commit df9eab279a
14 changed files with 152 additions and 74 deletions

View File

@@ -810,7 +810,7 @@ grman_resize(GraphicsManager *self, index_type UNUSED old_lines, index_type UNUS
}
void
grman_rescale(GraphicsManager *self, unsigned int UNUSED old_cell_width, unsigned int UNUSED old_cell_height, CellPixelSize cell) {
grman_rescale(GraphicsManager *self, CellPixelSize cell) {
ImageRef *ref; Image *img;
self->layers_dirty = true;
for (size_t i = self->image_count; i-- > 0;) {