Changeset 5271e4c in mainline for uspace/srv/hid/display/ddev.c


Ignore:
Timestamp:
2020-06-22T12:20:42Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
195b7b3
Parents:
66a408f7
git-author:
Jiri Svoboda <jiri@…> (2020-06-21 15:20:18)
git-committer:
Jiri Svoboda <jiri@…> (2020-06-22 12:20:42)
Message:

Duplicate rendering to additional output devices using a cloning GC

This gives the display server a pretty good illusion of rendering to just
one output device, while supporting multiple. This makes RFB work properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/ddev.c

    r66a408f7 r5271e4c  
    141141        }
    142142
    143         rc = ds_display_paint_bg(display, NULL);
     143        rc = ds_display_paint(display, NULL);
    144144        if (rc != EOK)
    145145                return rc;
Note: See TracChangeset for help on using the changeset viewer.