projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50c0d9
)
smyrna improvements
author
arif
<devnull@localhost>
Wed, 8 Apr 2009 18:55:08 +0000
(18:55 +0000)
committer
arif
<devnull@localhost>
Wed, 8 Apr 2009 18:55:08 +0000
(18:55 +0000)
lib/glcomp/glcomppanel.h
patch
|
blob
|
history
diff --git
a/lib/glcomp/glcomppanel.h
b/lib/glcomp/glcomppanel.h
index 751a8d4d82380b3ece53071baf0ea43e2aa420f8..96b4631e095144880c564ec82b0a3505c12931fe 100644
(file)
--- 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