summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i_video.h b/src/i_video.h
index 99107433..bd5de24a 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -46,8 +46,9 @@ typedef struct
void (*InitMode)(byte *palette);
// Function to call to draw the screen from the source buffer.
+ // Return true if draw was successful.
- void (*DrawScreen)(int x1, int y1, int x2, int y2);
+ boolean (*DrawScreen)(int x1, int y1, int x2, int y2);
// If true, this is a "poor quality" mode. The autoadjust
// code should always attempt to use a different mode to this