Bad Hack alert. Using integers instead of XtPointers */
| 125 | |
| 126 | /* Bad Hack alert. Using integers instead of XtPointers */ |
| 127 | XtPointer |
| 128 | i2xtp(int i) |
| 129 | { |
| 130 | return (XtPointer) (ptrdiff_t) i; |
| 131 | } |
| 132 | |
| 133 | int |
| 134 | xtp2i(XtPointer x) |
no outgoing calls
no test coverage detected