Ignore:
Timestamp:
2020-01-17T15:40:43Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c79545e
Parents:
a40ae0d
git-author:
Jiri Svoboda <jiri@…> (2020-01-16 18:38:00)
git-committer:
Jiri Svoboda <jiri@…> (2020-01-17 15:40:43)
Message:

Backbuffer for repainting a window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/types/display/window.h

    ra40ae0d r946a666  
    4141#include <gfx/context.h>
    4242#include <gfx/coord.h>
     43#include <io/pixelmap.h>
    4344
    4445typedef sysarg_t ds_wnd_id_t;
     
    7071        /** Graphic context */
    7172        gfx_context_t *gc;
     73        /** Bitmap in the display device */
     74        gfx_bitmap_t *bitmap;
     75        /** Pixel map for accessing the window bitmap */
     76        pixelmap_t pixelmap;
     77        /** Current drawing color */
     78        pixel_t color;
    7279
    7380        /** State */
Note: See TracChangeset for help on using the changeset viewer.