Changeset 6feccae in mainline for uspace/lib/gui/window.c


Ignore:
Timestamp:
2020-05-11T16:20:17Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d8002d
Parents:
83cb672
Message:

Remove compositor, libgraph

Libgraph is the old display driver protocol library (replaced by libddev).
We need to keep libdraw/libsoftrend for now as they are required by libgui.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/window.c

    r83cb672 r6feccae  
    519519
    520520        if (width > 0 && height > 0) {
    521                 /* Notify compositor. */
    522                 //win_damage(win->osess, x, y, width, height);
    523 
    524521                rect.p0.x = x;
    525522                rect.p0.y = y;
Note: See TracChangeset for help on using the changeset viewer.