Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
88b93fbd4d
commit
509f134ae5
22
js/x11/core/gcfunction.js
Normal file
22
js/x11/core/gcfunction.js
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* GCFunction named shortcuts
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
GXclear : 0x0,
|
||||
GXand : 0x1,
|
||||
GXandReverse : 0x2,
|
||||
GXcopy : 0x3,
|
||||
GXandInverted : 0x4,
|
||||
GXnoop : 0x5,
|
||||
GXxor : 0x6,
|
||||
GXor : 0x7,
|
||||
GXnor : 0x8,
|
||||
GXequiv : 0x9,
|
||||
GXinvert : 0xa,
|
||||
GXorReverse : 0xb,
|
||||
GXcopyInverted : 0xc,
|
||||
GXorInverted : 0xd,
|
||||
GXnand : 0xe,
|
||||
GXset : 0xf
|
||||
};
|
Loading…
Reference in New Issue
Block a user