Changeset 6fbd1f9 in mainline for uspace/srv/hid/display/meson.build


Ignore:
Timestamp:
2024-10-14T16:30:24Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
514108e
Parents:
b3b79981
Message:

Combine successive move/abs. move events in display server

Helps avoid the cursor lagging if re-drawing cannot keep up
with the rate of move events.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/meson.build

    rb3b79981 r6fbd1f9  
    4141        'dsops.c',
    4242        'idevcfg.c',
     43        'ievent.c',
    4344        'input.c',
    4445        'main.c',
     
    5960        'display.c',
    6061        'idevcfg.c',
     62        'ievent.c',
    6163        'seat.c',
    6264        'window.c',
     
    6769        'test/cursor.c',
    6870        'test/display.c',
     71        'test/ievent.c',
    6972        'test/main.c',
    7073        'test/seat.c',
Note: See TracChangeset for help on using the changeset viewer.