diff options
Diffstat (limited to 'engines/sci/gui32/gui32.h')
-rw-r--r-- | engines/sci/gui32/gui32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui32/gui32.h b/engines/sci/gui32/gui32.h index 839607dbab..28c6c95852 100644 --- a/engines/sci/gui32/gui32.h +++ b/engines/sci/gui32/gui32.h @@ -65,7 +65,7 @@ public: void graphFillBoxForeground(Common::Rect rect); void graphFillBoxBackground(Common::Rect rect); void graphFillBox(Common::Rect rect, uint16 colorMask, int16 color, int16 priority, int16 control); - void graphDrawLine(Common::Rect rect, int16 color, int16 priority, int16 control); + void graphDrawLine(Common::Point startPoint, Common::Point endPoint, int16 color, int16 priority, int16 control); reg_t graphSaveBox(Common::Rect rect, uint16 flags); void graphRestoreBox(reg_t handle); |