mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Remove support for renderering software cursors
This commit is contained in:
parent
06644575da
commit
4ff8f944aa
7 changed files with 12 additions and 578 deletions
|
|
@ -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],
|
||||
|
|
@ -45,10 +45,10 @@ examples = {
|
|||
'src': ['rotation.c', 'cat.c'],
|
||||
'dep': [wlroots],
|
||||
},
|
||||
'multi-pointer': {
|
||||
'src': 'multi-pointer.c',
|
||||
'dep': [wlroots],
|
||||
},
|
||||
# 'multi-pointer': {
|
||||
# 'src': 'multi-pointer.c',
|
||||
# 'dep': [wlroots],
|
||||
# },
|
||||
'output-layout': {
|
||||
'src': ['output-layout.c', 'cat.c'],
|
||||
'dep': [wlroots],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue