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,7 @@
|
|||
/* Simple scene-graph example with a custom buffer drawn by Cairo.
|
||||
*
|
||||
* Input is unimplemented. Surfaces are unimplemented.
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -13,10 +17,6 @@
|
|||
#include <wlr/util/log.h>
|
||||
#include <wlr/interfaces/wlr_buffer.h>
|
||||
|
||||
/* Simple scene-graph example with a custom buffer drawn by Cairo.
|
||||
*
|
||||
* Input is unimplemented. Surfaces are unimplemented. */
|
||||
|
||||
struct cairo_buffer {
|
||||
struct wlr_buffer base;
|
||||
cairo_surface_t *surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue