فهرست منبع

Make types `distinct`

gingerBill 1 سال پیش
والد
کامیت
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))