mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
examples: add descriptions to missing files
While at it, move all descriptions to the top of the file.
This commit is contained in:
parent
c0d4d7217b
commit
80ef27c1b7
9 changed files with 48 additions and 19 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/* Simple compositor making use of the scene-graph API. Input is unimplemented.
|
||||
*
|
||||
* New surfaces are stacked on top of the existing ones as they appear.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <getopt.h>
|
||||
#include <stdbool.h>
|
||||
|
|
@ -15,10 +20,6 @@
|
|||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/util/log.h>
|
||||
|
||||
/* Simple compositor making use of the scene-graph API. Input is unimplemented.
|
||||
*
|
||||
* New surfaces are stacked on top of the existing ones as they appear. */
|
||||
|
||||
static const int border_width = 3;
|
||||
|
||||
struct server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue