/[pearpc]/src/system/sysvaccel.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/system/sysvaccel.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File MIME type: text/plain
File size: 1037 byte(s)
import upstream CVS
1 /*
2 * PearPC
3 * sysvaccel.h
4 *
5 * Abstraction for video conversion function acceleration
6 *
7 * Copyright (C) 2004 Stefan Weyergraf
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 */
22
23 #ifndef __SYSVACCEL_H__
24 #define __SYSVACCEL_H__
25
26 #include "system/display.h"
27
28 void sys_convert_display(
29 const DisplayCharacteristics &aSrcChar,
30 const DisplayCharacteristics &aDestChar,
31 const void *aSrcBuf,
32 void *aDestBuf,
33 int firstLine,
34 int lastLine);
35
36 #endif

  ViewVC Help
Powered by ViewVC 1.1.26