mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +00:00
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
It seems like overly-specific classes were written for no good reason. Instead of making each adapter to have its own unique FramebufferDevice class, let's generalize everything to keep implementation more consistent.
This commit is contained in:
parent
b8fd845885
commit
c1a4dfeffb
17 changed files with 127 additions and 246 deletions
|
@ -66,6 +66,10 @@
|
|||
#cmakedefine01 EXT2_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef FRAMEBUFFER_DEVICE_DEBUG
|
||||
#cmakedefine01 FRAMEBUFFER_DEVICE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef EXT2_VERY_DEBUG
|
||||
#cmakedefine01 EXT2_VERY_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue