summaryrefslogtreecommitdiff
path: root/src/neo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/neo.h')
-rw-r--r--src/neo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/neo.h b/src/neo.h
index 6812e7a..7b386d4 100644
--- a/src/neo.h
+++ b/src/neo.h
@@ -261,6 +261,7 @@ typedef struct neoRec
vbeInfoPtr pVbe;
unsigned char * ShadowPtr;
int ShadowPitch;
+ CreateScreenResourcesProcPtr CreateScreenResources;
RefreshAreaFuncPtr refreshArea;
void (*PointerMoved)(SCRN_ARG_TYPE arg, int x, int y);
int rotate;