Go to file
rtlhq 2aac865547
!4 fix(debian): remove ubuntu0 which in version
Merge pull request !4 from MouseZhang/openkylin/yangtze
2023-09-30 02:09:28 +00:00
LICENSES Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
autotests Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
debian chore(changelog): update changelog: 5.92.0-ok3~0930 2023-09-30 09:37:29 +08:00
docs Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
po Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
src xcb/kwindoweffects: Fix stripes when dpr is not an integer. 2022-11-22 09:37:57 +08:00
tests Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
.git-blame-ignore-revs Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
.gitignore Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
.gitlab-ci.yml Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
.kde-ci.yml Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
CMakeLists.txt Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
KF5WindowSystemConfig.cmake.in Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
README.md Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00
metainfo.yaml Import Upstream version 5.92.0 2022-05-19 17:21:38 +08:00

README.md

KWindowSystem

Access to the windowing system

Introduction

Convenience access to certain properties and features of the windowing system.

KWindowSystem provides information about the windowing system and allows interaction with the windowing system. It provides an high level API which is windowing system independent and has platform specific implementations. This API is inspired by X11 and thus not all functionality is available on all windowing systems.

In addition to the high level API, this framework also provides several more low level classes for interaction with the X Windowing System.