From 07174f14cb8a35f07ff1350612ca2782520eba22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 6 Feb 2019 14:47:47 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@694 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/console/piscreen.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src_main/console/piscreen.h b/src_main/console/piscreen.h index 31e27e7e..9fac189d 100644 --- a/src_main/console/piscreen.h +++ b/src_main/console/piscreen.h @@ -64,6 +64,7 @@ public: PIScreenDrawer * drawer() {return &drawer_;} void clear() {drawer_.clear();} + void resize(int w, int h) {console.resize(w, h);} EVENT_HANDLER0(void, waitForFinish); EVENT_HANDLER0(void, start) {start(false);}