Changeset 61b5b73d in mainline for uspace/lib/gui/common.h


Ignore:
Timestamp:
2014-01-17T14:33:02Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
476f62c, 66be0288
Parents:
6a3d0c7
Message:

make the title bar more subtle, change the close icon to the easily recognizable cross

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/common.h

    r6a3d0c7 r61b5b73d  
    4040#include <drawctx.h>
    4141
     42extern void draw_icon_cross(surface_t *, sysarg_t, sysarg_t, pixel_t, pixel_t);
    4243extern void draw_bevel(drawctx_t *, source_t *, sysarg_t, sysarg_t, sysarg_t,
    4344    sysarg_t, pixel_t, pixel_t);
Note: See TracChangeset for help on using the changeset viewer.