mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-16 19:32:26 +00:00
Merge branch 'master' into XACE-SELINUX
Conflicts: hw/xnest/Pixmap.c include/dix.h
This commit is contained in:
commit
2d17f47cc7
46 changed files with 92 additions and 977 deletions
|
|
@ -30,3 +30,4 @@ The server will not build if your toolchain does not support these extensions.
|
|||
struct foo bar = { .baz = quux, .brian = "dog" };
|
||||
* variadic macros: macros with a variable number of arguments, e.g.:
|
||||
#define DebugF(x, ...) /**/
|
||||
* interleaved code and declarations: { foo = TRUE; int bar; do_stuff(); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue