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


Ignore:
Timestamp:
2019-10-21T00:08:24Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1822545
Parents:
e0545de
Message:

Implement bitmaps in console GC

File:
1 edited

Legend:

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

    re0545de rd18f3b7  
    136136                for (i = 0; i < 5; i++) {
    137137                        srect.p0.x = rand() % (w - 40);
    138                         srect.p0.y = rand() % (h - 40);
     138                        srect.p0.y = rand() % (h - 20);
    139139                        srect.p1.x = srect.p0.x + rand() % (w - srect.p0.x);
    140140                        srect.p1.y = srect.p0.y + rand() % (h - srect.p0.y);
Note: See TracChangeset for help on using the changeset viewer.