]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/contrib/shape/BoxType.idl
New ORTE version 0.3.0 committed
[orte.git] / orte / contrib / shape / BoxType.idl
diff --git a/orte/contrib/shape/BoxType.idl b/orte/contrib/shape/BoxType.idl
new file mode 100644 (file)
index 0000000..714ab4b
--- /dev/null
@@ -0,0 +1,12 @@
+struct BoxRect {
+    short      top_left_x;
+    short      top_left_y;
+    short      bottom_right_x;
+    short      bottom_right_y;
+};
+       
+struct BoxType {
+    octet      color;
+    long       shape;
+    BoxRect    rectangle;
+};