gingerBill 1 год назад
Родитель
Сommit
e423a6d692
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      vendor/egl/egl.odin

+ 6 - 6
vendor/egl/egl.odin

@@ -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))