mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Fix some warnings
This commit is contained in:
parent
94adf6cb9e
commit
2d6b7c118b
2 changed files with 3 additions and 5 deletions
|
|
@ -214,12 +214,9 @@ static void
|
||||||
window_draw_decorations(struct window *window)
|
window_draw_decorations(struct window *window)
|
||||||
{
|
{
|
||||||
cairo_t *cr;
|
cairo_t *cr;
|
||||||
int border = 2, radius = 5;
|
|
||||||
cairo_text_extents_t extents;
|
cairo_text_extents_t extents;
|
||||||
cairo_pattern_t *pattern, *gradient, *outline, *bright, *dim;
|
cairo_pattern_t *outline, *bright, *dim;
|
||||||
int width, height;
|
int width, height;
|
||||||
int shadow_dx = 4, shadow_dy = 4;
|
|
||||||
cairo_matrix_t matrix;
|
|
||||||
|
|
||||||
window->cairo_surface =
|
window->cairo_surface =
|
||||||
display_create_surface(window->display, &window->allocation);
|
display_create_surface(window->display, &window->allocation);
|
||||||
|
|
@ -771,7 +768,6 @@ static const char socket_name[] = "\0wayland";
|
||||||
static void
|
static void
|
||||||
display_render_frame(struct display *d)
|
display_render_frame(struct display *d)
|
||||||
{
|
{
|
||||||
struct rectangle r = { 0, 0, 128, 128 };
|
|
||||||
int radius = 8;
|
int radius = 8;
|
||||||
cairo_t *cr;
|
cairo_t *cr;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,8 @@
|
||||||
#ifndef _WAYLAND_CLIENT_H
|
#ifndef _WAYLAND_CLIENT_H
|
||||||
#define _WAYLAND_CLIENT_H
|
#define _WAYLAND_CLIENT_H
|
||||||
|
|
||||||
|
#include <wayland-util.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue