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/types/display/display.h

    r66a408f7 r5271e4c  
    4545#include <types/display/cursor.h>
    4646#include "cursor.h"
     47#include "clonegc.h"
    4748#include "window.h"
    4849
     
    100101        mem_gc_t *bbgc;
    101102
     103        /** Frontbuffer (clone) GC */
     104        ds_clonegc_t *fbgc;
     105
    102106        /** Backbuffer dirty rectangle */
    103107        gfx_rect_t dirty_rect;
Note: See TracChangeset for help on using the changeset viewer.