mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-19 01:01:31 -07:00
Make types distinct
This commit is contained in:
Vendored
+6
-6
@@ -1,12 +1,12 @@
|
||||
//+build linux
|
||||
package egl
|
||||
|
||||
NativeDisplayType :: rawptr
|
||||
NativeWindowType :: rawptr
|
||||
Display :: rawptr
|
||||
Surface :: rawptr
|
||||
Config :: rawptr
|
||||
Context :: rawptr
|
||||
NativeDisplayType :: distinct rawptr
|
||||
NativeWindowType :: distinct rawptr
|
||||
Display :: distinct rawptr
|
||||
Surface :: distinct rawptr
|
||||
Config :: distinct rawptr
|
||||
Context :: distinct rawptr
|
||||
|
||||
NO_DISPLAY :: Display(uintptr(0))
|
||||
NO_CONTEXT :: Context(uintptr(0))
|
||||
|
||||
Reference in New Issue
Block a user