Layers of the windowing system-based graphical user interface
The display server (here called Wayland compositor) is the central component of a windowing system. It communicates with its clients over the display server protocol.
Typical elements of a window. The window decoration is either drawn by the window manager (X11) or by the client (Wayland). The drawing of the content is the task of the client.
视窗系统(英语:windowing system)是以使用视窗作为主要特征之一的图形用户接口的构成组件。更为明确地说,是桌面环境的构成组件。视窗系统支撑著窗口管理器的实现(implementation);对于“图像硬件(graphics hardware)、指向设备(pointing devices)像是鼠标与键盘等设备提供基本支持。绘制鼠标光标,一般也与视窗系统相关。
从程序员的观点来看,视窗系统实现出绘图的基本单位,像是字体绘制,或是在显示屏上划线,有效地提供绘图硬件的一种抽象概念。
视窗系统能让计算机用户同时与数个程序一起工作。每个程序在他自己的视窗中运行,也就是显示屏上的矩形之中。大部分的视窗系统允许视窗重叠,且提供用户运行标准的操作,像是移动/改变视窗尺寸,把视窗送到前景/背景,和最小化/最大化一个视窗。
有些视窗系统,比如说X窗口系统,拥有先进的网络通透性能力,允许用户在远程机器上运行图形的应用程序。
视窗操作系统列表 Microsoft Windows
内容由匿名网友提供,本内容不代表vibaike.com立场,内容投诉举报请联系vibaike.com客服。如若转载,请注明出处:https://ispeak.vibaike.com/9719