aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-06-21 16:45:07 +0600
committerEugene Sandulenko2016-07-03 12:15:51 +0200
commit3d2730a0ddd1e1e33e6639775727beb954d7bfc0 (patch)
tree95fad7b305302339edad4f73fa7c0bbb0075a24c /graphics/VectorRendererSpec.h
parentd7278cc48b7fd9c1848da6402316663af2d0c7bd (diff)
downloadscummvm-rg350-3d2730a0ddd1e1e33e6639775727beb954d7bfc0.tar.gz
scummvm-rg350-3d2730a0ddd1e1e33e6639775727beb954d7bfc0.tar.bz2
scummvm-rg350-3d2730a0ddd1e1e33e6639775727beb954d7bfc0.zip
GUI: clippingRect propagated deeper
Diffstat (limited to 'graphics/VectorRendererSpec.h')
-rw-r--r--graphics/VectorRendererSpec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/VectorRendererSpec.h b/graphics/VectorRendererSpec.h
index 3e54608b8e..13377d80e8 100644
--- a/graphics/VectorRendererSpec.h
+++ b/graphics/VectorRendererSpec.h
@@ -54,6 +54,7 @@ public:
void drawCircle(int x, int y, int r);
void drawSquare(int x, int y, int w, int h);
void drawRoundedSquare(int x, int y, int r, int w, int h);
+ void drawRoundedSquareClip(int x, int y, int r, int w, int h, int cx, int cy, int cw, int ch);
void drawTriangle(int x, int y, int base, int height, TriangleOrientation orient);
void drawTab(int x, int y, int r, int w, int h);
void drawBeveledSquare(int x, int y, int w, int h, int bevel) {