embed: Add default mouse cursor (DMZ-Black)
This commit is contained in:
parent
ec72314963
commit
bb5a8fbfb1
12
embed/files.S
Normal file
12
embed/files.S
Normal file
@ -0,0 +1,12 @@
|
||||
format elf64
|
||||
|
||||
public embed_Xcursor_Default_Data
|
||||
public embed_Xcursor_Default_Data_End
|
||||
|
||||
section '.rodata'
|
||||
|
||||
embed_Xcursor_Default_Data:
|
||||
file "xcursor_Default"
|
||||
embed_Xcursor_Default_Data_End:
|
||||
|
||||
|
4
embed/files.h
Normal file
4
embed/files.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
extern const char embed_Xcursor_Default_Data[], embed_Xcursor_Default_Data_End[];
|
BIN
embed/xcursor_Default
Normal file
BIN
embed/xcursor_Default
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user