From dc71e8288846e8b25d8bd703a9226dd8c26d285d Mon Sep 17 00:00:00 2001 From: arif Date: Wed, 8 Apr 2009 18:55:08 +0000 Subject: [PATCH] smyrna improvements --- lib/glcomp/glcomppanel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/glcomp/glcomppanel.h b/lib/glcomp/glcomppanel.h index 751a8d4d8..96b4631e0 100644 --- a/lib/glcomp/glcomppanel.h +++ b/lib/glcomp/glcomppanel.h @@ -22,5 +22,6 @@ extern int glCompSetAddPanel(glCompSet * s, glCompPanel * p); extern int glCompSetRemovePanel(glCompSet * s, glCompPanel * p); extern int glCompPanelShow(glCompPanel * p); extern int glCompPanelHide(glCompPanel * p); +extern void glCompSetPanelText(glCompPanel * p,char* t); #endif -- 2.40.0