Skip to content
  • Ray Strode's avatar
    clutter/stage: Set framebuffer state directly · 58bb61e1
    Ray Strode authored and Jonas Ådahl's avatar Jonas Ådahl committed
    clutter_set_viewport always operates on the draw fb, but
    mutter sometimes has an offscreen fb it uses instead.
    
    This commit uses the non-deprecated, clutter_framebuffer_set_viewport
    function, which takes an explicit fb argument.
    
    Closes: !2
    58bb61e1