Return to
gx.cpp
CVS log
Up to
[RetroPC.NET]
/
np2
/
wince
/
gx
Diff for /np2/wince/gx/gx.cpp between versions 1.1 and 1.2
version 1.1
, 2003/10/21 14:57:41
version 1.2
, 2003/11/21 07:43:52
Line 5
Line 5
#ifndef SIZE_QVGA
#ifndef SIZE_QVGA
enum {
enum {
WINDOW_WIDTH = 640,
WINDOW_WIDTH = 640,
WINDOW_HEIGHT = 480
WINDOW_HEIGHT = 400
};
};
#else
#else
enum {
enum {
Diff format:
Colored
Long colored
Unified
Context
Side by side
Removed from v.1.1
changed lines
Added in v.1.2
RetroPC.NET-CVS <
cvs@retropc.net
>