mirror of
https://github.com/RGBCube/serenity
synced 2025-10-17 17:52:24 +00:00
Start separating out the SDL-related stuff in Widgets.
This commit is contained in:
parent
077f1007eb
commit
3e908abfca
9 changed files with 54 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "FrameBufferSDL.h"
|
||||
#include "FrameBuffer.h"
|
||||
#include "EventLoopSDL.h"
|
||||
#include "RootWidget.h"
|
||||
#include "Label.h"
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
FrameBufferSDL fb(800, 600);
|
||||
FrameBuffer fb(800, 600);
|
||||
fb.show();
|
||||
|
||||
EventLoopSDL loop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue