KWin
|
#include "wayland/compositor.h"
#include "wayland/display.h"
#include "wayland/output.h"
#include "wayland/seat.h"
#include "wayland/xdgshell.h"
#include "fakeoutput.h"
#include <QFile>
#include <QGuiApplication>
#include <private/qeventdispatcher_glib_p.h>
#include <iostream>
#include <sys/select.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 67 of file waylandservertest.cpp.