Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:A
SDL2
sdl2-khronos.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sdl2-khronos.patch of Package SDL2
From: sndirsch@suse.com Date: 2019-10-09 14:00:03+0000 References: https://bugzilla.opensuse.org/show_bug.cgi?id=1153455 diff -u -r SDL2-2.0.10.orig/include/SDL_opengl_glext.h SDL2-2.0.10/include/SDL_opengl_glext.h --- SDL2-2.0.10.orig/include/SDL_opengl_glext.h 2019-10-09 15:30:46.237981000 +0200 +++ SDL2-2.0.10/include/SDL_opengl_glext.h 2019-10-09 15:31:37.783940000 +0200 @@ -469,8 +469,9 @@ typedef long GLsizeiptr; typedef long GLintptr; #else -typedef ptrdiff_t GLsizeiptr; -typedef ptrdiff_t GLintptr; +#include <KHR/khrplatform.h> +typedef khronos_ssize_t GLsizeiptr; +typedef khronos_intptr_t GLintptr; #endif #define GL_BUFFER_SIZE 0x8764 #define GL_BUFFER_USAGE 0x8765
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor