From be041e7296589508162a10cd477ffc7b401933f9 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Sun, 9 Mar 2003 18:23:57 +0000 Subject: [PATCH] New render operation for screenshots. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@729 --- include/render.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/render.h b/include/render.h index 7dd2d226..054941c8 100644 --- a/include/render.h +++ b/include/render.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 The DOSBox Team + * Copyright (C) 2002-2003 The DOSBox Team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,8 @@ enum RENDER_Operation { - OP_None,OP_2xSai,OP_Scale2x + OP_None,OP_Shot, + OP_2xSai,OP_Scale2x, }; enum {