File: eglplatform.patch

package info (click to toggle)
apitrace 11.1%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,648 kB
  • sloc: cpp: 183,110; python: 33,685; ansic: 25,073; sh: 143; makefile: 88
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- EGL/eglplatform.h.orig	2019-10-05 00:46:09.000000000 +0100
+++ EGL/eglplatform.h	2019-11-24 21:26:14.624872137 +0000
@@ -132,7 +132,7 @@
 typedef Pixmap   EGLNativePixmapType;
 typedef Window   EGLNativeWindowType;
 
-#elif defined(__APPLE__)
+#elif defined(__APPLE__) || defined(__QNXNTO__)
 
 typedef int   EGLNativeDisplayType;
 typedef void *EGLNativePixmapType;