Changeset 9242ad9 in mainline for uspace/srv/hid/display/window.h


Ignore:
Timestamp:
2020-05-20T17:35:07Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9901f267
Parents:
5480d5e
Message:

Switch to double-arrow cursors when pointer is above resize areas

File:
1 edited

Legend:

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

    r5480d5e r9242ad9  
    4444#include <types/gfx/coord.h>
    4545#include <types/gfx/ops/context.h>
     46#include "types/display/cursor.h"
    4647#include "types/display/display.h"
    4748#include "types/display/window.h"
     
    6667extern void ds_window_calc_resize(ds_window_t *, gfx_coord2_t *,
    6768    gfx_rect_t *);
     69extern errno_t ds_window_set_cursor(ds_window_t *, display_stock_cursor_t);
    6870
    6971#endif
Note: See TracChangeset for help on using the changeset viewer.