From 72833f4395ad43793a09cbf00ee034898be0e01d Mon Sep 17 00:00:00 2001 From: InstantGratimification Date: Wed, 3 May 2017 14:51:49 +0000 Subject: [PATCH] http->https --- system/gui.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/gui.md b/system/gui.md index 9a245aa8..6a365b03 100644 --- a/system/gui.md +++ b/system/gui.md @@ -109,9 +109,9 @@ AppVM -> dom0 messages Proper handling of the below messages is security-critical. Observe that beside two messages (`CLIPBOARD` and `MFNDUMP`) the rest have fixed size, so the parsing code can be small. -The *override_redirect* window attribute is explained at [Override Redirect Flag](http://tronche.com/gui/x/xlib/window/attributes/override-redirect.html). The *transient_for* attribute is explained at [Transient_for attribute](http://tronche.com/gui/x/icccm/sec-4.html#WM_TRANSIENT_FOR). +The *override_redirect* window attribute is explained at [Override Redirect Flag](https://tronche.com/gui/x/xlib/window/attributes/override-redirect.html). The *transient_for* attribute is explained at [Transient_for attribute](https://tronche.com/gui/x/icccm/sec-4.html#WM_TRANSIENT_FOR). -Window manager hints and flags are described in the [Extended Window Manager Hints (EWMH) spec](http://standards.freedesktop.org/wm-spec/latest/), especially under the `_NET_WM_STATE` section. +Window manager hints and flags are described in the [Extended Window Manager Hints (EWMH) spec](https://standards.freedesktop.org/wm-spec/latest/), especially under the `_NET_WM_STATE` section. Each message starts with the following header: