replaced all github flavored code blocks with fenced kramdown code blocks

This commit is contained in:
Jeepler 2015-09-27 01:00:33 +02:00
parent df467baf1c
commit 39ef7373fd
58 changed files with 609 additions and 609 deletions

View file

@ -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.