| 246 | |
| 247 | #ifdef INTUI_NEW_LOOK |
| 248 | struct FillParams { |
| 249 | struct Layer *layer; |
| 250 | struct Rectangle bounds; |
| 251 | WORD offsetx; |
| 252 | WORD offsety; |
| 253 | }; |
| 254 | |
| 255 | #ifdef __GNUC__ |
| 256 | #ifdef __PPC__ |
nothing calls this directly
no outgoing calls
no test coverage detected