Changeset a3f63ac in mainline for uspace/app/gfxdemo/gfxdemo.c


Ignore:
Timestamp:
2019-09-24T11:13:18Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aac5069
Parents:
00e8290
git-author:
Jiri Svoboda <jiri@…> (2019-08-23 17:43:11)
git-committer:
Jiri Svoboda <jiri@…> (2019-09-24 11:13:18)
Message:

Move canvas GC and console GC out of libgfx

We need libgfx not to have any dependencies, it's just a protocol/API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/gfxdemo/gfxdemo.c

    r00e8290 ra3f63ac  
    3434
    3535#include <canvas.h>
     36#include <congfx/console.h>
    3637#include <draw/surface.h>
    3738#include <fibril.h>
    38 #include <gfx/backend/canvas.h>
    39 #include <gfx/backend/console.h>
     39#include <guigfx/canvas.h>
    4040#include <gfx/color.h>
    4141#include <gfx/render.h>
     
    161161        }
    162162
    163 //      sig_connect(&canvas->keyboard_event, NULL, wnd_keyboard_event);
    164 
    165163        window_resize(window, 0, 0, vw + 10, vh + 30, WINDOW_PLACEMENT_ANY);
    166164        window_exec(window);
Note: See TracChangeset for help on using the changeset viewer.