| 27 | } |
| 28 | |
| 29 | U32 XPixmapFormatValues::write(KMemory* memory, U32 address, U32 depth, U32 bits_per_pixel, U32 scanline_pad) { |
| 30 | memory->writed(address, depth); |
| 31 | memory->writed(address+4, bits_per_pixel); |
| 32 | memory->writed(address+8, scanline_pad); |
| 33 | return 12; |
| 34 | } |
no test coverage detected