X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fgrr_icon.h;h=10a954fa030f35dfd6ca299b9574f7c3d125c2e3;hb=HEAD;hp=ed16942f88d23cfdd76b3197e5c1f3428db2b4e0;hpb=37043599e9e17250fe49a47034bce0dfb2879537;p=grrobot diff --git a/src/grr_icon.h b/src/grr_icon.h index ed16942..10a954f 100644 --- a/src/grr_icon.h +++ b/src/grr_icon.h @@ -1,6 +1,6 @@ /* grrobot - Ricochet Robot using GTK+ and Xr * - * Copyright © 2003 Carl Worth + * Copyright © 2003 Carl Worth * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without @@ -28,11 +28,11 @@ #define GRR_ICON_H #include -#include +#include +#include typedef struct grr_icon { - svg_cairo_t *svg_cairo; - + RsvgHandle *rsvg; cairo_surface_t *surface; int surface_width; int surface_height;