Skip to content
  • Benjamin Otte's avatar
    render: Overhaul gtk_render_handle() · 3c50c098
    Benjamin Otte authored
    The code did weird things with drawing backgrounds sometimes but not
    really. Now it does this:
    
    (1) render a background
    (2) render a frame
    (3) render an icon
        - if no icon exists, draw the generic handle icon
    3c50c098