embed: Add default mouse cursor (DMZ-Black)

This commit is contained in:
Edgaru089 2021-10-10 23:15:35 +08:00
parent ec72314963
commit bb5a8fbfb1
3 changed files with 16 additions and 0 deletions

12
embed/files.S Normal file
View 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
View 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

Binary file not shown.