Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

File: [Platon] / cpdf / svga.h (download)

Revision 1.2, Tue Feb 18 19:29:03 2003 UTC (21 years, 1 month ago) by lynx


Changes since 1.1: +2 -0 lines

sync...

#ifndef SVGA_H
#define SVGA_H
#define K32 32768
#define K64 65536
#define M16 16777216
void render(void);
float trm[3][3]; /* text render matrix */
float tlm[3][3]; /* text line matrix */
struct screen {
    int x;
    int y;
    int color;
} screen;
#endif

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top