]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/infowin.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / ioncore / infowin.h
index c57dd01cf7aee5b90f93acc09306ad21f66b6f6a..e51396b3e7cf0cccd9c4bda5e1f68d1ad8686791 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/ioncore/infowin.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * Ion is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by
@@ -23,8 +23,8 @@ DECLCLASS(WInfoWin){
     WWindow wwin;
     GrBrush *brush;
     char *buffer;
-    char *attr;
     char *style;
+    GrStyleSpec attr;
 };
 
 #define INFOWIN_BRUSH(INFOWIN) ((INFOWIN)->brush)
@@ -38,7 +38,7 @@ extern WInfoWin *create_infowin(WWindow *parent, const WFitParams *fp,
 extern void infowin_deinit(WInfoWin *p);
 
 extern void infowin_set_text(WInfoWin *p, const char *s);
-extern bool infowin_set_attr2(WInfoWin *p, const char *a1, const char *a2);
+extern GrStyleSpec *infowin_stylespec(WInfoWin *p);
 
 extern WRegion *infowin_load(WWindow *par, const WFitParams *fp, ExtlTab tab);