branches/kale/src/osd/windows/drawd3d.c
| r244601 | r244602 | |
| 500 | 500 | texture.rowpixels = m_default_bitmap.rowpixels(); |
| 501 | 501 | texture.width = m_default_bitmap.width(); |
| 502 | 502 | texture.height = m_default_bitmap.height(); |
| 503 | | texture.set_palette(NULL); |
| 503 | texture.palette = NULL; |
| 504 | 504 | texture.seqid = 0; |
| 505 | 505 | |
| 506 | 506 | // now create it |
| r244601 | r244602 | |
| 517 | 517 | texture.rowpixels = m_vector_bitmap.rowpixels(); |
| 518 | 518 | texture.width = m_vector_bitmap.width(); |
| 519 | 519 | texture.height = m_vector_bitmap.height(); |
| 520 | | texture.set_palette(NULL); |
| 520 | texture.palette = NULL; |
| 521 | 521 | texture.seqid = 0; |
| 522 | 522 | |
| 523 | 523 | // now create it |