static Rect dm_bounds(O module) { ret dm_getBounds(module); } ifndef InOSCore static Rect dm_bounds() { ret dm_getBounds(); } endifndef