diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2021-05-16 18:00:50 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-17 18:16:35 +0200 |
commit | f25209113fcd15df5778938c4accf13c5139d278 (patch) | |
tree | 9cf892e3b1f99174403f25455c454e04f57a4190 /Kernel/TTY/VirtualConsole.cpp | |
parent | ba9b3dc65651d6aed8094deb7ce4d17ccfb28f01 (diff) | |
download | serenity-f25209113fcd15df5778938c4accf13c5139d278.zip |
BitmapView: Disable mutations of the underlying Bitmap
Problem:
- `BitmapView` permits changing the underlying `Bitmap`. This violates
the idea of a "view" since views are simply overlays which can
themselves change but do not change the underlying data.
Solution:
- Migrate all non-`const` member functions to Bitmap.
Diffstat (limited to 'Kernel/TTY/VirtualConsole.cpp')
0 files changed, 0 insertions, 0 deletions