forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1666809
commit a468f54
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
x11/mesa/files/346f4d3c11b7299b10617606d8c830c4ccf1ff48.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h | ||
index 87c046b254524eccb856ce29a325a0c8fcd028f2..a4d576ecda2f346ae0b3d9a82901b1d61809ab97 100644 | ||
--- include/GL/internal/dri_interface.h | ||
+++ include/GL/internal/dri_interface.h | ||
@@ -442,7 +442,6 @@ struct mesa_glinterop_device_info; | ||
struct mesa_glinterop_export_in; | ||
struct mesa_glinterop_export_out; | ||
struct mesa_glinterop_flush_out; | ||
-typedef struct __GLsync *GLsync; | ||
|
||
struct __DRI2interopExtensionRec { | ||
__DRIextension base; |