| KWin
    | 
#include "wayland_server.h"#include <config-kwin.h>#include "backends/drm/drm_backend.h"#include "core/output.h"#include "core/outputbackend.h"#include "idle_inhibition.h"#include "inputpanelv1integration.h"#include "layershellv1integration.h"#include "layershellv1window.h"#include "main.h"#include "options.h"#include "utils/serviceutils.h"#include "virtualdesktops.h"#include "wayland/appmenu.h"#include "wayland/clientconnection.h"#include "wayland/compositor.h"#include "wayland/contenttype_v1.h"#include "wayland/cursorshape_v1.h"#include "wayland/datacontroldevicemanager_v1.h"#include "wayland/datadevicemanager.h"#include "wayland/display.h"#include "wayland/dpms.h"#include "wayland/drmclientbuffer.h"#include "wayland/drmlease_v1.h"#include "wayland/filtered_display.h"#include "wayland/fractionalscale_v1.h"#include "wayland/frog_colormanagement_v1.h"#include "wayland/idle.h"#include "wayland/idleinhibit_v1.h"#include "wayland/idlenotify_v1.h"#include "wayland/inputmethod_v1.h"#include "wayland/keyboard_shortcuts_inhibit_v1.h"#include "wayland/keystate.h"#include "wayland/linuxdmabufv1clientbuffer.h"#include "wayland/lockscreen_overlay_v1.h"#include "wayland/output.h"#include "wayland/output_order_v1.h"#include "wayland/outputdevice_v2.h"#include "wayland/outputmanagement_v2.h"#include "wayland/plasmashell.h"#include "wayland/plasmavirtualdesktop.h"#include "wayland/plasmawindowmanagement.h"#include "wayland/pointerconstraints_v1.h"#include "wayland/pointergestures_v1.h"#include "wayland/presentationtime.h"#include "wayland/primaryselectiondevicemanager_v1.h"#include "wayland/relativepointer_v1.h"#include "wayland/screenedge_v1.h"#include "wayland/seat.h"#include "wayland/securitycontext_v1.h"#include "wayland/server_decoration.h"#include "wayland/server_decoration_palette.h"#include "wayland/shadow.h"#include "wayland/subcompositor.h"#include "wayland/tablet_v2.h"#include "wayland/tearingcontrol_v1.h"#include "wayland/viewporter.h"#include "wayland/xdgactivation_v1.h"#include "wayland/xdgdecoration_v1.h"#include "wayland/xdgforeign_v2.h"#include "wayland/xdgoutput_v1.h"#include "wayland/xdgshell.h"#include "wayland/xdgtopleveldrag_v1.h"#include "wayland/xwaylandkeyboardgrab_v1.h"#include "wayland/xwaylandshell_v1.h"#include "wayland/xx_colormanagement_v2.h"#include "workspace.h"#include "x11window.h"#include "xdgactivationv1.h"#include "xdgshellintegration.h"#include "xdgshellwindow.h"#include <QDir>#include <QFileInfo>#include <sys/socket.h>#include <sys/types.h>#include <unistd.h>#include "moc_wayland_server.cpp"Go to the source code of this file.
| Classes | |
| class | KWin::KWinDisplay | 
| Namespaces | |
| namespace | KWin |