aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/driver.h')
-rw-r--r--src/gdisp/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/driver.h b/src/gdisp/driver.h
index 5213e5ae..3b77c568 100644
--- a/src/gdisp/driver.h
+++ b/src/gdisp/driver.h
@@ -287,7 +287,7 @@ struct GDisplay {
};
typedef struct GDISPVMT {
- GDriverVMT vmtdriver;
+ GDriverVMT d;
bool_t (*init)(GDisplay *g);
void (*deinit)(GDisplay *g);
void (*writestart)(GDisplay *g); // Uses p.x,p.y p.cx,p.cy