]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/contrib/shape/BoxType.idl
added definition of colors in idl
[orte.git] / orte / contrib / shape / BoxType.idl
index 714ab4b9922ca30e02250b5f83b2f120fd5474a7..9e07f3efff3cfbaa18bb3658a0c2b39ac687ca98 100644 (file)
@@ -1,3 +1,9 @@
+const short CL_BLUE = 0;
+const short CL_GREEN = 1;
+const short CL_RED = 2;
+const short CL_BLACK = 3;
+const short CL_YELLOW = 4;
+
 struct BoxRect {
     short      top_left_x;
     short      top_left_y;