mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-03 07:15:04 -04:00
replaced all github flavored code blocks with fenced kramdown code blocks
This commit is contained in:
parent
df467baf1c
commit
39ef7373fd
58 changed files with 609 additions and 609 deletions
|
@ -100,7 +100,7 @@ Window manager hints and flags are described at [http://standards.freedesktop.or
|
|||
|
||||
Each message starts with the following header
|
||||
|
||||
```
|
||||
~~~
|
||||
struct msghdr {
|
||||
uint32_t type;
|
||||
uint32_t window;
|
||||
|
@ -111,7 +111,7 @@ struct msghdr {
|
|||
* whatever it wants! */
|
||||
uint32_t untrusted_len;
|
||||
};
|
||||
```
|
||||
~~~
|
||||
|
||||
The header is followed by message-specific data.
|
||||
|
||||
|
@ -183,12 +183,12 @@ Proper handling of the below messages is NOT security-critical.
|
|||
|
||||
Each message starts with the following header
|
||||
|
||||
```
|
||||
~~~
|
||||
struct msghdr {
|
||||
uint32_t type;
|
||||
uint32_t window;
|
||||
};
|
||||
```
|
||||
~~~
|
||||
|
||||
The header is followed by message-specific data.
|
||||
` KEYPRESS, BUTTON, MOTION, FOCUS ` messages pass information extracted from dom0 XEvent; see appropriate event documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue