Update examples/pointer to render own cursor

This commit is contained in:
Scott Anderson 2019-09-12 19:22:00 +12:00
parent 4ff8f944aa
commit b2d717dccc
2 changed files with 54 additions and 24 deletions

View file

@ -29,10 +29,10 @@ examples = {
'src': 'simple.c',
'dep': [wlroots],
},
# 'pointer': {
# 'src': 'pointer.c',
# 'dep': [wlroots],
# },
'pointer': {
'src': 'pointer.c',
'dep': [wlroots],
},
'touch': {
'src': ['touch.c', 'cat.c'],
'dep': [wlroots],