diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-05-03 12:08:00 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-05-03 12:38:02 +0200 |
commit | ae40f270cfbe4629c041074e2b0c28dfd3f554b8 (patch) | |
tree | 5bfcd3f0e129f3c098eb26334b71af54762356d2 /client/red_pixmap_gdi.h | |
parent | 295c8ed8bc508d69c88ec83b82afc4573500ff12 (diff) | |
download | spice-ae40f270cfbe4629c041074e2b0c28dfd3f554b8.tar.gz spice-ae40f270cfbe4629c041074e2b0c28dfd3f554b8.tar.xz spice-ae40f270cfbe4629c041074e2b0c28dfd3f554b8.zip |
Remove all mentions of "cairo" from the code
The command line option is renamed from "cairo" to "sw", and
similarly all filenames and types from Cairo to Sw (and similar).
Diffstat (limited to 'client/red_pixmap_gdi.h')
-rw-r--r-- | client/red_pixmap_gdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/red_pixmap_gdi.h b/client/red_pixmap_gdi.h index 524e6f31..bccce849 100644 --- a/client/red_pixmap_gdi.h +++ b/client/red_pixmap_gdi.h @@ -16,8 +16,8 @@ License along with this library; if not, see <http://www.gnu.org/licenses/>. */ -#ifndef _H_RED_PIXMAP_CAIRO -#define _H_RED_PIXMAP_CAIRO +#ifndef _H_RED_PIXMAP_GDI +#define _H_RED_PIXMAP_GDI #include "red_pixmap.h" |