Skip to content
  • Jonas Ådahl's avatar
    wayland: Pre-multiply custom cursor image alpha · 71c72db1
    Jonas Ådahl authored
    Since the Wayland SHM buffer format is implicitly premultiplied and the
    GLFWimage pixels are defined to be non-premultiplied, we need to
    convert the non-premultiplied pixels to premultiplied when filling the
    buffer.
    
    Related to #707.
    71c72db1