Skip to content
  • Nicolas Fella's avatar
    [x11] Refactor output updates · 9a34ebbf
    Nicolas Fella authored and Xaver Hugl's avatar Xaver Hugl committed
    The current code has multiple index-based for loops iterating over items we get from XCB
    
    Dealing with raw indices is error-prone and not pretty
    
    By using std::span we can replace these loops with range-based for loops
    
    Also remove some intermediate containers that aren't neccesary
    9a34ebbf