mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
13 lines
204 B
C++
13 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 (;;) {
|
|
|
|
}
|
|
}
|