1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 18:41:05 +00:00
serenity/Kernel/WindowComposer.h
Andreas Kling 659c54e32b Switch into 1024x768x32bpp VESA LFB mode at boot.
This is going to be pretty cool once I can hook up the Widgets/ code to it.
2019-01-09 02:29:11 +01:00

7 lines
54 B
C++

#pragma once
class WindowComposer {
public:
};