mirror of
https://github.com/RGBCube/serenity
synced 2025-05-27 23:45:07 +00:00
12 lines
204 B
C++
12 lines
204 B
C++
#include "WindowComposer.h"
|
|
#include "Process.h"
|
|
|
|
void WindowComposer_main()
|
|
{
|
|
auto info = current->get_display_info();
|
|
|
|
dbgprintf("Entering WindowComposer main loop.\n");
|
|
for (;;) {
|
|
|
|
}
|
|
}
|