Index: trunk/Ohana/src/libkapa/include/kapa.h
===================================================================
--- trunk/Ohana/src/libkapa/include/kapa.h	(revision 40517)
+++ trunk/Ohana/src/libkapa/include/kapa.h	(revision 40558)
@@ -177,4 +177,5 @@
   int bWeight;
   int bType;
+  float alpha;
   bDrawColor bColor;
   bDrawColor bColor_R;
@@ -293,5 +294,5 @@
 void bDrawSetBuffer (bDrawBuffer *buffer);
 void bDrawSetColor (bDrawBuffer *buffer, bDrawColor color);
-void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt);
+void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt, float alpha);
 void bDrawPoint (bDrawBuffer *buffer, int x, int y);
 void bDrawPointf (bDrawBuffer *buffer, float x, float y);
