hedgewars/uTypes.pas
changeset 6683 75a1d84ac606
parent 6676 21cf35a570a7
child 6685 ef706fccfb0a
--- a/hedgewars/uTypes.pas	Mon Feb 13 08:18:59 2012 +0100
+++ b/hedgewars/uTypes.pas	Wed Feb 15 16:23:59 2012 +0100
@@ -423,6 +423,11 @@
     TPreview  = packed array[0..127, 0..31] of byte;
     TDirtyTag = packed array of array of byte;
 
+	TOnScreenWidget = record
+		x, y: LongInt;			 	// graphical coordinates
+		hOffset, width: LongInt;	// horizontal active region
+		vOffset, height: LongInt;	// vertical active region
+		end;
 
 implementation