mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
This commit is contained in:
parent
5a106b6401
commit
8150d71821
15 changed files with 44 additions and 43 deletions
|
@ -8,8 +8,8 @@
|
|||
|
||||
#include <AK/DistinctNumeric.h>
|
||||
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u32, ObjectHandle);
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u32, ResourceID);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u32, ObjectHandle);
|
||||
AK_TYPEDEF_DISTINCT_ORDERED_ID(u32, ResourceID);
|
||||
|
||||
#define VIRGL_BIND_DEPTH_STENCIL (1 << 0)
|
||||
#define VIRGL_BIND_RENDER_TARGET (1 << 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue