Changes between Initial Version and Version 1 of Ticket #748, comment 27


Ignore:
Timestamp:
Apr 13, 2012, 9:01:09 AM (12 years ago)
Author:
Zsolt Dollenstein

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #748, comment 27

    initial v1  
    22
    33Wow, I didn't realize there could be so many issues with this patch :)
    4 I have attached a new one that should address most of these.
     4I have attached a new one that should address most of these. I still need to check out the nohwcursor case.
    55
    66I don't agree, however with your points about bgra_img. First of all, bgra_img doesn't get modified. What std::transform does is exactly what you suggested: it loops over (the const) bgra_img, calls cursor_pixel_to_x11_format for every 4-byte chunk and stores the result in the newly allocated image->pixels buffer.