smyrna improvements
authorarif <devnull@localhost>
Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)
committerarif <devnull@localhost>
Wed, 8 Apr 2009 18:55:08 +0000 (18:55 +0000)
lib/glcomp/glcomppanel.h

index 751a8d4d82380b3ece53071baf0ea43e2aa420f8..96b4631e095144880c564ec82b0a3505c12931fe 100644 (file)
@@ -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