gdk3 3.2.7-x64-mingw32 → 3.2.8-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (480) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +6 -7
  3. data/gdk3.gemspec +2 -0
  4. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  5. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  6. data/vendor/local/bin/gtk-launch.exe +0 -0
  7. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  8. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  9. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  10. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  11. data/vendor/local/bin/gtk3-demo.exe +0 -0
  12. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  13. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  14. data/vendor/local/bin/libepoxy-0.dll +0 -0
  15. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  16. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  17. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  18. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  19. data/vendor/local/include/epoxy/common.h +63 -0
  20. data/vendor/local/include/epoxy/gl.h +24 -16
  21. data/vendor/local/include/epoxy/gl_generated.h +9575 -8631
  22. data/vendor/local/include/epoxy/wgl.h +7 -10
  23. data/vendor/local/include/epoxy/wgl_generated.h +191 -139
  24. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +26 -2
  25. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -0
  26. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h +4 -4
  27. data/vendor/local/include/gtk-3.0/gtk/gtk.h +4 -0
  28. data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +1 -1
  29. data/vendor/local/include/gtk-3.0/gtk/gtkeventcontrollerkey.h +63 -0
  30. data/vendor/local/include/gtk-3.0/gtk/gtkeventcontrollermotion.h +50 -0
  31. data/vendor/local/include/gtk-3.0/gtk/gtkeventcontrollerscroll.h +80 -0
  32. data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +4 -4
  33. data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +36 -0
  34. data/vendor/local/include/gtk-3.0/gtk/gtkgesturestylus.h +59 -0
  35. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +1 -1
  36. data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
  37. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +8 -0
  38. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
  39. data/vendor/local/lib/gdk-win32-3.0.def +1 -0
  40. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  41. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  42. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  43. data/vendor/local/lib/gtk-win32-3.0.def +6 -6
  44. data/vendor/local/lib/libepoxy.dll.a +0 -0
  45. data/vendor/local/lib/libepoxy.la +2 -2
  46. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  47. data/vendor/local/lib/libgailutil-3.la +1 -1
  48. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  49. data/vendor/local/lib/libgdk-3.la +4 -4
  50. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  51. data/vendor/local/lib/libgtk-3.la +4 -4
  52. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  53. data/vendor/local/lib/libgtkreftestprivate.la +1 -1
  54. data/vendor/local/lib/pkgconfig/epoxy.pc +6 -1
  55. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  56. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +2 -2
  57. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +2 -2
  58. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
  59. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
  60. data/vendor/local/share/aclocal/gtk-3.0.m4 +4 -0
  61. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +55 -2
  62. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +914 -145
  63. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +2 -2
  64. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +2 -2
  65. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
  66. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
  67. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +4 -0
  68. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +2 -2
  69. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +2 -2
  70. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevicePad.html +2 -2
  71. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +2 -2
  72. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +2 -2
  73. data/vendor/local/share/gtk-doc/html/gdk3/GdkDrawingContext.html +2 -2
  74. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +2 -2
  75. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +2 -2
  76. data/vendor/local/share/gtk-doc/html/gdk3/GdkMonitor.html +2 -2
  77. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +2 -2
  78. data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +2 -2
  79. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +6 -4
  80. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +6 -2
  81. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +2 -2
  82. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +2 -2
  83. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +2 -2
  84. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +2 -2
  85. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +4 -4
  86. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +2 -2
  87. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +2 -2
  88. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +2 -2
  89. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +2 -2
  90. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +2 -2
  91. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +2 -2
  92. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +2 -2
  93. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +2 -2
  94. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +2 -2
  95. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +2 -2
  96. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +8 -5
  97. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +2 -2
  98. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +2 -2
  99. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +2 -2
  100. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -2
  101. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +107 -2
  102. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +2 -2
  103. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +2 -0
  104. data/vendor/local/share/gtk-doc/html/gdk3/index.html +4 -4
  105. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +3 -3
  106. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
  107. data/vendor/local/share/gtk-doc/html/gdk3/style.css +4 -0
  108. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +2 -2
  109. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
  110. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
  111. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
  112. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
  113. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +4 -3
  114. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
  115. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +14 -2
  116. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +2 -2
  117. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +2 -2
  118. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +2 -2
  119. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +2 -2
  120. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +2 -2
  121. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +2 -2
  123. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +2 -2
  124. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +2 -2
  125. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +2 -2
  126. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +2 -2
  127. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +2 -2
  128. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +2 -2
  129. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +2 -2
  130. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +2 -2
  131. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +2 -2
  132. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +2 -2
  133. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +2 -2
  134. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +2 -2
  135. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +2 -2
  136. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +2 -2
  137. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +2 -2
  138. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +2 -2
  139. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +6 -4
  140. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +2 -2
  141. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +2 -2
  142. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +2 -2
  143. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +2 -2
  144. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +2 -2
  145. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +25 -14
  146. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +2 -2
  147. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +15 -6
  148. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +2 -2
  149. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +2 -2
  150. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +2 -2
  151. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +2 -2
  152. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +2 -2
  153. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +2 -2
  154. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +2 -2
  155. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +2 -2
  156. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +2 -2
  157. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +2 -2
  158. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +2 -2
  159. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +2 -2
  160. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +2 -2
  161. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +2 -2
  162. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +2 -2
  163. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +2 -2
  164. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +2 -2
  165. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +2 -2
  166. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +2 -2
  167. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +2 -2
  168. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +6 -2
  169. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +2 -2
  170. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +2 -2
  171. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +2 -2
  172. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +16 -3
  173. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +2 -2
  174. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +2 -2
  175. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
  176. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +7 -4
  177. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventControllerKey.html +199 -0
  178. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventControllerMotion.html +276 -0
  179. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventControllerScroll.html +526 -0
  180. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +2 -2
  181. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +2 -2
  182. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +2 -2
  183. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +2 -2
  184. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +2 -2
  185. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +2 -2
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +2 -2
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +2 -2
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +3 -4
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +232 -2
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +2 -2
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +34 -4
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +2 -2
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +2 -2
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +2 -2
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +10 -10
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +2 -2
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +2 -2
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +2 -2
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +3 -2
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureStylus.html +350 -0
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +2 -2
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +2 -2
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +2 -47
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +2 -2
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +2 -2
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +2 -2
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +2 -2
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +81 -2
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +2 -2
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +7 -118
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +26 -17
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +2 -2
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +2 -2
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +18 -2
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +2 -2
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +4 -4
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +2 -2
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +9 -3
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +2 -2
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +2 -2
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +2 -2
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +3 -3
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +2 -2
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +2 -2
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +2 -2
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +2 -2
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +2 -2
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +13 -13
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +3 -3
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +2 -2
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +2 -2
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +2 -2
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +2 -2
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +2 -2
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +2 -2
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +5 -5
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +2 -2
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +2 -2
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +2 -2
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +2 -2
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +10 -8
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +3 -3
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +2 -2
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +2 -2
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +2 -2
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +2 -2
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +2 -2
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +2 -2
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +2 -2
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +2 -2
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +2 -2
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +2 -2
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +2 -2
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +2 -2
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +2 -2
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +2 -2
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +2 -2
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +2 -2
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +2 -2
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +2 -2
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +2 -2
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +2 -2
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +2 -2
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +2 -2
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +2 -2
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +11 -6
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +2 -2
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +2 -2
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +2 -2
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +3 -3
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
  341. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
  342. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +2 -2
  343. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
  344. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
  348. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
  349. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +2 -2
  350. data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +2 -2
  351. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +2 -2
  352. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
  355. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -22
  357. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +182 -2
  358. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +2 -2
  360. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +6 -2
  364. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +2 -2
  366. data/vendor/local/share/gtk-doc/html/gtk3/ch28s02.html +2 -2
  367. data/vendor/local/share/gtk-doc/html/gtk3/ch30s02.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gtk3/ch30s03.html +2 -2
  369. data/vendor/local/share/gtk-doc/html/gtk3/ch32s02.html +2 -2
  370. data/vendor/local/share/gtk-doc/html/gtk3/ch32s03.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/gtk3/ch32s04.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/gtk3/ch32s06.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/gtk3/ch32s07.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/gtk3/ch32s08.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gtk3/ch32s09.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/gtk3/ch32s10.html +2 -2
  378. data/vendor/local/share/gtk-doc/html/gtk3/ch32s11.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +2 -2
  380. data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +2 -2
  381. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +2 -2
  382. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +2 -2
  383. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +2 -2
  384. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
  385. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
  386. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +2 -2
  387. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
  388. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +2 -2
  389. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
  390. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  391. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +2 -2
  392. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
  393. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +2 -2
  394. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +2 -2
  395. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-3-x-to-y.html +2 -2
  396. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +2 -2
  397. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +2 -2
  398. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +2 -2
  399. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +2 -2
  400. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +2 -2
  401. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +2 -2
  402. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +2 -2
  403. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +2 -2
  404. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +2 -2
  405. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +2 -2
  406. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +2 -2
  407. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
  408. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
  409. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
  410. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +2 -2
  411. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +2 -2
  412. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
  413. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +9 -2
  414. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
  415. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
  416. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +2 -2
  417. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
  418. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
  419. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +2 -2
  420. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +2 -2
  421. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +2 -2
  422. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +2 -2
  423. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +6 -6
  424. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +2 -2
  425. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +2 -2
  426. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +2 -2
  428. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +2 -2
  429. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +2 -2
  430. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +2 -2
  431. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +2 -2
  432. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +2 -2
  433. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +2 -2
  434. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +2 -2
  435. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +2 -2
  436. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +2 -2
  437. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +2 -2
  438. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +2 -2
  439. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +7 -3
  440. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +62 -6
  447. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
  448. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +17 -5
  449. data/vendor/local/share/gtk-doc/html/gtk3/index.html +18 -6
  450. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/gtk3/style.css +4 -0
  454. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +2 -2
  455. data/vendor/local/share/icons/hicolor/index.theme +2015 -46
  456. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  457. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  458. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  459. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  460. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  461. data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
  462. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  463. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  464. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  465. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  466. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  467. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  468. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  469. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  470. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  471. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  472. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  473. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  474. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  475. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  476. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  477. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  478. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  479. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  480. metadata +17 -8
@@ -30,13 +30,10 @@
30
30
  #ifndef EPOXY_WGL_H
31
31
  #define EPOXY_WGL_H
32
32
 
33
- #ifdef __cplusplus
34
- extern "C" {
35
- #endif
36
-
37
- #include <stdbool.h>
38
33
  #include <windows.h>
39
34
 
35
+ #include "epoxy/common.h"
36
+
40
37
  #undef wglUseFontBitmaps
41
38
  #undef wglUseFontOutlines
42
39
 
@@ -52,13 +49,13 @@ extern "C" {
52
49
  #define wglUseFontBitmaps wglUseFontBitmapsA
53
50
  #endif
54
51
 
52
+ EPOXY_BEGIN_DECLS
53
+
55
54
  #include "epoxy/wgl_generated.h"
56
55
 
57
- EPOXY_IMPORTEXPORT bool epoxy_has_wgl_extension(HDC hdc, const char *extension);
58
- EPOXY_IMPORTEXPORT void epoxy_handle_external_wglMakeCurrent(void);
56
+ EPOXY_PUBLIC bool epoxy_has_wgl_extension(HDC hdc, const char *extension);
57
+ EPOXY_PUBLIC void epoxy_handle_external_wglMakeCurrent(void);
59
58
 
60
- #ifdef __cplusplus
61
- } /* extern "C" */
62
- #endif
59
+ EPOXY_END_DECLS
63
60
 
64
61
  #endif /* EPOXY_WGL_H */
@@ -1,11 +1,27 @@
1
1
  /* GL dispatch header.
2
2
  * This is code-generated from the GL API XML files from Khronos.
3
+ *
4
+ * Copyright (c) 2013-2017 The Khronos Group Inc.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ *
3
18
  */
4
19
 
5
20
  #pragma once
6
21
  #include <inttypes.h>
7
22
  #include <stddef.h>
8
23
 
24
+ #include "epoxy/common.h"
9
25
  #include "epoxy/gl.h"
10
26
  struct _GPU_DEVICE {
11
27
  DWORD cb;
@@ -32,6 +48,7 @@ typedef struct _GPU_DEVICE *PGPU_DEVICE;
32
48
  #define WGL_ARB_buffer_region 1
33
49
  #define WGL_ARB_context_flush_control 1
34
50
  #define WGL_ARB_create_context 1
51
+ #define WGL_ARB_create_context_no_error 1
35
52
  #define WGL_ARB_create_context_profile 1
36
53
  #define WGL_ARB_create_context_robustness 1
37
54
  #define WGL_ARB_extensions_string 1
@@ -45,6 +62,7 @@ typedef struct _GPU_DEVICE *PGPU_DEVICE;
45
62
  #define WGL_ARB_robustness_application_isolation 1
46
63
  #define WGL_ARB_robustness_share_group_isolation 1
47
64
  #define WGL_ATI_pixel_format_float 1
65
+ #define WGL_EXT_colorspace 1
48
66
  #define WGL_EXT_create_context_es2_profile 1
49
67
  #define WGL_EXT_create_context_es_profile 1
50
68
  #define WGL_EXT_depth_float 1
@@ -93,17 +111,46 @@ typedef struct _GPU_DEVICE *PGPU_DEVICE;
93
111
  #define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
94
112
  #define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
95
113
  #define WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002
114
+ #define WGL_SWAP_OVERLAY1 0x00000002
96
115
  #define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
97
116
  #define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
98
117
  #define WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
99
118
  #define WGL_DEPTH_BUFFER_BIT_ARB 0x00000004
119
+ #define WGL_SWAP_OVERLAY2 0x00000004
100
120
  #define WGL_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
101
121
  #define WGL_STENCIL_BUFFER_BIT_ARB 0x00000008
122
+ #define WGL_SWAP_OVERLAY3 0x00000008
123
+ #define WGL_SWAP_OVERLAY4 0x00000010
124
+ #define WGL_SWAP_OVERLAY5 0x00000020
125
+ #define WGL_SWAP_OVERLAY6 0x00000040
126
+ #define WGL_SWAP_OVERLAY7 0x00000080
127
+ #define WGL_SWAP_OVERLAY8 0x00000100
128
+ #define WGL_SWAP_OVERLAY9 0x00000200
129
+ #define WGL_SWAP_OVERLAY10 0x00000400
130
+ #define WGL_SWAP_OVERLAY11 0x00000800
131
+ #define WGL_SWAP_OVERLAY12 0x00001000
132
+ #define WGL_SWAP_OVERLAY13 0x00002000
133
+ #define WGL_SWAP_OVERLAY14 0x00004000
134
+ #define WGL_SWAP_OVERLAY15 0x00008000
135
+ #define WGL_SWAP_UNDERLAY1 0x00010000
136
+ #define WGL_SWAP_UNDERLAY2 0x00020000
137
+ #define WGL_SWAP_UNDERLAY3 0x00040000
138
+ #define WGL_SWAP_UNDERLAY4 0x00080000
139
+ #define WGL_SWAP_UNDERLAY5 0x00100000
140
+ #define WGL_SWAP_UNDERLAY6 0x00200000
141
+ #define WGL_SWAP_UNDERLAY7 0x00400000
142
+ #define WGL_SWAP_UNDERLAY8 0x00800000
143
+ #define WGL_SWAP_UNDERLAY9 0x01000000
144
+ #define WGL_SWAP_UNDERLAY10 0x02000000
145
+ #define WGL_SWAP_UNDERLAY11 0x04000000
146
+ #define WGL_SWAP_UNDERLAY12 0x08000000
147
+ #define WGL_SWAP_UNDERLAY13 0x10000000
102
148
  #define WGL_GPU_VENDOR_AMD 0x1F00
103
149
  #define WGL_GPU_RENDERER_STRING_AMD 0x1F01
104
150
  #define WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
105
151
  #define WGL_NUMBER_PIXEL_FORMATS_ARB 0x2000
106
152
  #define WGL_NUMBER_PIXEL_FORMATS_EXT 0x2000
153
+ #define WGL_SWAP_UNDERLAY14 0x20000000
107
154
  #define WGL_DRAW_TO_WINDOW_ARB 0x2001
108
155
  #define WGL_DRAW_TO_WINDOW_EXT 0x2001
109
156
  #define WGL_DRAW_TO_BITMAP_ARB 0x2002
@@ -332,6 +379,11 @@ typedef struct _GPU_DEVICE *PGPU_DEVICE;
332
379
  #define WGL_GPU_NUM_SIMD_AMD 0x21A6
333
380
  #define WGL_GPU_NUM_RB_AMD 0x21A7
334
381
  #define WGL_GPU_NUM_SPI_AMD 0x21A8
382
+ #define WGL_COLORSPACE_EXT 0x3087
383
+ #define WGL_COLORSPACE_SRGB_EXT 0x3089
384
+ #define WGL_COLORSPACE_LINEAR_EXT 0x308A
385
+ #define WGL_CONTEXT_OPENGL_NO_ERROR_ARB 0x31B3
386
+ #define WGL_SWAP_UNDERLAY15 0x40000000
335
387
  #define WGL_LOSE_CONTEXT_ON_RESET_ARB 0x8252
336
388
  #define WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
337
389
  #define WGL_NO_RESET_NOTIFICATION_ARB 0x8261
@@ -477,283 +529,283 @@ typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTOUTLINESAPROC)(HDC hDC, DWORD first, DWOR
477
529
  typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTOUTLINESWPROC)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
478
530
  typedef BOOL (GLAPIENTRY *PFNWGLWAITFORMSCOMLPROC)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 * ust, INT64 * msc, INT64 * sbc);
479
531
  typedef BOOL (GLAPIENTRY *PFNWGLWAITFORSBCOMLPROC)(HDC hdc, INT64 target_sbc, INT64 * ust, INT64 * msc, INT64 * sbc);
480
- extern EPOXY_IMPORTEXPORT void * (EPOXY_CALLSPEC *epoxy_wglAllocateMemoryNV)(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
532
+ EPOXY_PUBLIC void * (EPOXY_CALLSPEC *epoxy_wglAllocateMemoryNV)(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
481
533
 
482
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglAssociateImageBufferEventsI3D)(HDC hDC, const HANDLE * pEvent, const LPVOID * pAddress, const DWORD * pSize, UINT count);
534
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglAssociateImageBufferEventsI3D)(HDC hDC, const HANDLE * pEvent, const LPVOID * pAddress, const DWORD * pSize, UINT count);
483
535
 
484
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBeginFrameTrackingI3D)(void);
536
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglBeginFrameTrackingI3D)(void);
485
537
 
486
- extern EPOXY_IMPORTEXPORT GLboolean (EPOXY_CALLSPEC *epoxy_wglBindDisplayColorTableEXT)(GLushort id);
538
+ EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_wglBindDisplayColorTableEXT)(GLushort id);
487
539
 
488
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindSwapBarrierNV)(GLuint group, GLuint barrier);
540
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglBindSwapBarrierNV)(GLuint group, GLuint barrier);
489
541
 
490
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindTexImageARB)(HPBUFFERARB hPbuffer, int iBuffer);
542
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglBindTexImageARB)(HPBUFFERARB hPbuffer, int iBuffer);
491
543
 
492
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoCaptureDeviceNV)(UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
544
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoCaptureDeviceNV)(UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
493
545
 
494
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoDeviceNV)(HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int * piAttribList);
546
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoDeviceNV)(HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int * piAttribList);
495
547
 
496
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoImageNV)(HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
548
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoImageNV)(HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
497
549
 
498
- extern EPOXY_IMPORTEXPORT VOID (EPOXY_CALLSPEC *epoxy_wglBlitContextFramebufferAMD)(HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
550
+ EPOXY_PUBLIC VOID (EPOXY_CALLSPEC *epoxy_wglBlitContextFramebufferAMD)(HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
499
551
 
500
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglChoosePixelFormatARB)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
552
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglChoosePixelFormatARB)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
501
553
 
502
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglChoosePixelFormatEXT)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
554
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglChoosePixelFormatEXT)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
503
555
 
504
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglCopyContext)(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask);
556
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglCopyContext)(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask);
505
557
 
506
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglCopyImageSubDataNV)(HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
558
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglCopyImageSubDataNV)(HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
507
559
 
508
- extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglCreateAffinityDCNV)(const HGPUNV * phGpuList);
560
+ EPOXY_PUBLIC HDC (EPOXY_CALLSPEC *epoxy_wglCreateAffinityDCNV)(const HGPUNV * phGpuList);
509
561
 
510
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateAssociatedContextAMD)(UINT id);
562
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateAssociatedContextAMD)(UINT id);
511
563
 
512
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateAssociatedContextAttribsAMD)(UINT id, HGLRC hShareContext, const int * attribList);
564
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateAssociatedContextAttribsAMD)(UINT id, HGLRC hShareContext, const int * attribList);
513
565
 
514
- extern EPOXY_IMPORTEXPORT HANDLE (EPOXY_CALLSPEC *epoxy_wglCreateBufferRegionARB)(HDC hDC, int iLayerPlane, UINT uType);
566
+ EPOXY_PUBLIC HANDLE (EPOXY_CALLSPEC *epoxy_wglCreateBufferRegionARB)(HDC hDC, int iLayerPlane, UINT uType);
515
567
 
516
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateContext)(HDC hDc);
568
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateContext)(HDC hDc);
517
569
 
518
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateContextAttribsARB)(HDC hDC, HGLRC hShareContext, const int * attribList);
570
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateContextAttribsARB)(HDC hDC, HGLRC hShareContext, const int * attribList);
519
571
 
520
- extern EPOXY_IMPORTEXPORT GLboolean (EPOXY_CALLSPEC *epoxy_wglCreateDisplayColorTableEXT)(GLushort id);
572
+ EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_wglCreateDisplayColorTableEXT)(GLushort id);
521
573
 
522
- extern EPOXY_IMPORTEXPORT LPVOID (EPOXY_CALLSPEC *epoxy_wglCreateImageBufferI3D)(HDC hDC, DWORD dwSize, UINT uFlags);
574
+ EPOXY_PUBLIC LPVOID (EPOXY_CALLSPEC *epoxy_wglCreateImageBufferI3D)(HDC hDC, DWORD dwSize, UINT uFlags);
523
575
 
524
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateLayerContext)(HDC hDc, int level);
576
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateLayerContext)(HDC hDc, int level);
525
577
 
526
- extern EPOXY_IMPORTEXPORT HPBUFFERARB (EPOXY_CALLSPEC *epoxy_wglCreatePbufferARB)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
578
+ EPOXY_PUBLIC HPBUFFERARB (EPOXY_CALLSPEC *epoxy_wglCreatePbufferARB)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
527
579
 
528
- extern EPOXY_IMPORTEXPORT HPBUFFEREXT (EPOXY_CALLSPEC *epoxy_wglCreatePbufferEXT)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
580
+ EPOXY_PUBLIC HPBUFFEREXT (EPOXY_CALLSPEC *epoxy_wglCreatePbufferEXT)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
529
581
 
530
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXCloseDeviceNV)(HANDLE hDevice);
582
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDXCloseDeviceNV)(HANDLE hDevice);
531
583
 
532
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXLockObjectsNV)(HANDLE hDevice, GLint count, HANDLE * hObjects);
584
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDXLockObjectsNV)(HANDLE hDevice, GLint count, HANDLE * hObjects);
533
585
 
534
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXObjectAccessNV)(HANDLE hObject, GLenum access);
586
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDXObjectAccessNV)(HANDLE hObject, GLenum access);
535
587
 
536
- extern EPOXY_IMPORTEXPORT HANDLE (EPOXY_CALLSPEC *epoxy_wglDXOpenDeviceNV)(void * dxDevice);
588
+ EPOXY_PUBLIC HANDLE (EPOXY_CALLSPEC *epoxy_wglDXOpenDeviceNV)(void * dxDevice);
537
589
 
538
- extern EPOXY_IMPORTEXPORT HANDLE (EPOXY_CALLSPEC *epoxy_wglDXRegisterObjectNV)(HANDLE hDevice, void * dxObject, GLuint name, GLenum type, GLenum access);
590
+ EPOXY_PUBLIC HANDLE (EPOXY_CALLSPEC *epoxy_wglDXRegisterObjectNV)(HANDLE hDevice, void * dxObject, GLuint name, GLenum type, GLenum access);
539
591
 
540
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXSetResourceShareHandleNV)(void * dxObject, HANDLE shareHandle);
592
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDXSetResourceShareHandleNV)(void * dxObject, HANDLE shareHandle);
541
593
 
542
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXUnlockObjectsNV)(HANDLE hDevice, GLint count, HANDLE * hObjects);
594
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDXUnlockObjectsNV)(HANDLE hDevice, GLint count, HANDLE * hObjects);
543
595
 
544
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXUnregisterObjectNV)(HANDLE hDevice, HANDLE hObject);
596
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDXUnregisterObjectNV)(HANDLE hDevice, HANDLE hObject);
545
597
 
546
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDelayBeforeSwapNV)(HDC hDC, GLfloat seconds);
598
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDelayBeforeSwapNV)(HDC hDC, GLfloat seconds);
547
599
 
548
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteAssociatedContextAMD)(HGLRC hglrc);
600
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteAssociatedContextAMD)(HGLRC hglrc);
549
601
 
550
- extern EPOXY_IMPORTEXPORT VOID (EPOXY_CALLSPEC *epoxy_wglDeleteBufferRegionARB)(HANDLE hRegion);
602
+ EPOXY_PUBLIC VOID (EPOXY_CALLSPEC *epoxy_wglDeleteBufferRegionARB)(HANDLE hRegion);
551
603
 
552
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteContext)(HGLRC oldContext);
604
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteContext)(HGLRC oldContext);
553
605
 
554
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteDCNV)(HDC hdc);
606
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteDCNV)(HDC hdc);
555
607
 
556
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDescribeLayerPlane)(HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR * plpd);
608
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDescribeLayerPlane)(HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR * plpd);
557
609
 
558
- extern EPOXY_IMPORTEXPORT VOID (EPOXY_CALLSPEC *epoxy_wglDestroyDisplayColorTableEXT)(GLushort id);
610
+ EPOXY_PUBLIC VOID (EPOXY_CALLSPEC *epoxy_wglDestroyDisplayColorTableEXT)(GLushort id);
559
611
 
560
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyImageBufferI3D)(HDC hDC, LPVOID pAddress);
612
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyImageBufferI3D)(HDC hDC, LPVOID pAddress);
561
613
 
562
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyPbufferARB)(HPBUFFERARB hPbuffer);
614
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyPbufferARB)(HPBUFFERARB hPbuffer);
563
615
 
564
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyPbufferEXT)(HPBUFFEREXT hPbuffer);
616
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyPbufferEXT)(HPBUFFEREXT hPbuffer);
565
617
 
566
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDisableFrameLockI3D)(void);
618
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDisableFrameLockI3D)(void);
567
619
 
568
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDisableGenlockI3D)(HDC hDC);
620
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglDisableGenlockI3D)(HDC hDC);
569
621
 
570
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnableFrameLockI3D)(void);
622
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglEnableFrameLockI3D)(void);
571
623
 
572
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnableGenlockI3D)(HDC hDC);
624
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglEnableGenlockI3D)(HDC hDC);
573
625
 
574
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEndFrameTrackingI3D)(void);
626
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglEndFrameTrackingI3D)(void);
575
627
 
576
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpuDevicesNV)(HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
628
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpuDevicesNV)(HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
577
629
 
578
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpusFromAffinityDCNV)(HDC hAffinityDC, UINT iGpuIndex, HGPUNV * hGpu);
630
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpusFromAffinityDCNV)(HDC hAffinityDC, UINT iGpuIndex, HGPUNV * hGpu);
579
631
 
580
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpusNV)(UINT iGpuIndex, HGPUNV * phGpu);
632
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpusNV)(UINT iGpuIndex, HGPUNV * phGpu);
581
633
 
582
- extern EPOXY_IMPORTEXPORT UINT (EPOXY_CALLSPEC *epoxy_wglEnumerateVideoCaptureDevicesNV)(HDC hDc, HVIDEOINPUTDEVICENV * phDeviceList);
634
+ EPOXY_PUBLIC UINT (EPOXY_CALLSPEC *epoxy_wglEnumerateVideoCaptureDevicesNV)(HDC hDc, HVIDEOINPUTDEVICENV * phDeviceList);
583
635
 
584
- extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglEnumerateVideoDevicesNV)(HDC hDC, HVIDEOOUTPUTDEVICENV * phDeviceList);
636
+ EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_wglEnumerateVideoDevicesNV)(HDC hDC, HVIDEOOUTPUTDEVICENV * phDeviceList);
585
637
 
586
- extern EPOXY_IMPORTEXPORT void (EPOXY_CALLSPEC *epoxy_wglFreeMemoryNV)(void * pointer);
638
+ EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_wglFreeMemoryNV)(void * pointer);
587
639
 
588
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSampleRateI3D)(HDC hDC, UINT uRate);
640
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSampleRateI3D)(HDC hDC, UINT uRate);
589
641
 
590
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceDelayI3D)(HDC hDC, UINT uDelay);
642
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceDelayI3D)(HDC hDC, UINT uDelay);
591
643
 
592
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceEdgeI3D)(HDC hDC, UINT uEdge);
644
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceEdgeI3D)(HDC hDC, UINT uEdge);
593
645
 
594
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceI3D)(HDC hDC, UINT uSource);
646
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceI3D)(HDC hDC, UINT uSource);
595
647
 
596
- extern EPOXY_IMPORTEXPORT UINT (EPOXY_CALLSPEC *epoxy_wglGetContextGPUIDAMD)(HGLRC hglrc);
648
+ EPOXY_PUBLIC UINT (EPOXY_CALLSPEC *epoxy_wglGetContextGPUIDAMD)(HGLRC hglrc);
597
649
 
598
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglGetCurrentAssociatedContextAMD)(void);
650
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglGetCurrentAssociatedContextAMD)(void);
599
651
 
600
- extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglGetCurrentContext)(void);
652
+ EPOXY_PUBLIC HGLRC (EPOXY_CALLSPEC *epoxy_wglGetCurrentContext)(void);
601
653
 
602
- extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentDC)(void);
654
+ EPOXY_PUBLIC HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentDC)(void);
603
655
 
604
- extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentReadDCARB)(void);
656
+ EPOXY_PUBLIC HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentReadDCARB)(void);
605
657
 
606
- extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentReadDCEXT)(void);
658
+ EPOXY_PUBLIC HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentReadDCEXT)(void);
607
659
 
608
- extern EPOXY_IMPORTEXPORT PROC (EPOXY_CALLSPEC *epoxy_wglGetDefaultProcAddress)(LPCSTR lpszProc);
660
+ EPOXY_PUBLIC PROC (EPOXY_CALLSPEC *epoxy_wglGetDefaultProcAddress)(LPCSTR lpszProc);
609
661
 
610
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetDigitalVideoParametersI3D)(HDC hDC, int iAttribute, int * piValue);
662
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetDigitalVideoParametersI3D)(HDC hDC, int iAttribute, int * piValue);
611
663
 
612
- extern EPOXY_IMPORTEXPORT const char * (EPOXY_CALLSPEC *epoxy_wglGetExtensionsStringARB)(HDC hdc);
664
+ EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_wglGetExtensionsStringARB)(HDC hdc);
613
665
 
614
- extern EPOXY_IMPORTEXPORT const char * (EPOXY_CALLSPEC *epoxy_wglGetExtensionsStringEXT)(void);
666
+ EPOXY_PUBLIC const char * (EPOXY_CALLSPEC *epoxy_wglGetExtensionsStringEXT)(void);
615
667
 
616
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetFrameUsageI3D)(float * pUsage);
668
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetFrameUsageI3D)(float * pUsage);
617
669
 
618
- extern EPOXY_IMPORTEXPORT UINT (EPOXY_CALLSPEC *epoxy_wglGetGPUIDsAMD)(UINT maxCount, UINT * ids);
670
+ EPOXY_PUBLIC UINT (EPOXY_CALLSPEC *epoxy_wglGetGPUIDsAMD)(UINT maxCount, UINT * ids);
619
671
 
620
- extern EPOXY_IMPORTEXPORT INT (EPOXY_CALLSPEC *epoxy_wglGetGPUInfoAMD)(UINT id, int property, GLenum dataType, UINT size, void * data);
672
+ EPOXY_PUBLIC INT (EPOXY_CALLSPEC *epoxy_wglGetGPUInfoAMD)(UINT id, int property, GLenum dataType, UINT size, void * data);
621
673
 
622
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGammaTableI3D)(HDC hDC, int iEntries, USHORT * puRed, USHORT * puGreen, USHORT * puBlue);
674
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetGammaTableI3D)(HDC hDC, int iEntries, USHORT * puRed, USHORT * puGreen, USHORT * puBlue);
623
675
 
624
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGammaTableParametersI3D)(HDC hDC, int iAttribute, int * piValue);
676
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetGammaTableParametersI3D)(HDC hDC, int iAttribute, int * piValue);
625
677
 
626
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSampleRateI3D)(HDC hDC, UINT * uRate);
678
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSampleRateI3D)(HDC hDC, UINT * uRate);
627
679
 
628
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceDelayI3D)(HDC hDC, UINT * uDelay);
680
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceDelayI3D)(HDC hDC, UINT * uDelay);
629
681
 
630
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceEdgeI3D)(HDC hDC, UINT * uEdge);
682
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceEdgeI3D)(HDC hDC, UINT * uEdge);
631
683
 
632
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceI3D)(HDC hDC, UINT * uSource);
684
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceI3D)(HDC hDC, UINT * uSource);
633
685
 
634
- extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglGetLayerPaletteEntries)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
686
+ EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_wglGetLayerPaletteEntries)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
635
687
 
636
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetMscRateOML)(HDC hdc, INT32 * numerator, INT32 * denominator);
688
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetMscRateOML)(HDC hdc, INT32 * numerator, INT32 * denominator);
637
689
 
638
- extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetPbufferDCARB)(HPBUFFERARB hPbuffer);
690
+ EPOXY_PUBLIC HDC (EPOXY_CALLSPEC *epoxy_wglGetPbufferDCARB)(HPBUFFERARB hPbuffer);
639
691
 
640
- extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetPbufferDCEXT)(HPBUFFEREXT hPbuffer);
692
+ EPOXY_PUBLIC HDC (EPOXY_CALLSPEC *epoxy_wglGetPbufferDCEXT)(HPBUFFEREXT hPbuffer);
641
693
 
642
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribfvARB)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, FLOAT * pfValues);
694
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribfvARB)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, FLOAT * pfValues);
643
695
 
644
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribfvEXT)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, FLOAT * pfValues);
696
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribfvEXT)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, FLOAT * pfValues);
645
697
 
646
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, int * piValues);
698
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, int * piValues);
647
699
 
648
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribivEXT)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, int * piValues);
700
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribivEXT)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, int * piValues);
649
701
 
650
- extern EPOXY_IMPORTEXPORT PROC (EPOXY_CALLSPEC *epoxy_wglGetProcAddress)(LPCSTR lpszProc);
702
+ EPOXY_PUBLIC PROC (EPOXY_CALLSPEC *epoxy_wglGetProcAddress)(LPCSTR lpszProc);
651
703
 
652
- extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglGetSwapIntervalEXT)(void);
704
+ EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_wglGetSwapIntervalEXT)(void);
653
705
 
654
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetSyncValuesOML)(HDC hdc, INT64 * ust, INT64 * msc, INT64 * sbc);
706
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetSyncValuesOML)(HDC hdc, INT64 * ust, INT64 * msc, INT64 * sbc);
655
707
 
656
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetVideoDeviceNV)(HDC hDC, int numDevices, HPVIDEODEV * hVideoDevice);
708
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetVideoDeviceNV)(HDC hDC, int numDevices, HPVIDEODEV * hVideoDevice);
657
709
 
658
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetVideoInfoNV)(HPVIDEODEV hpVideoDevice, unsigned long * pulCounterOutputPbuffer, unsigned long * pulCounterOutputVideo);
710
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglGetVideoInfoNV)(HPVIDEODEV hpVideoDevice, unsigned long * pulCounterOutputPbuffer, unsigned long * pulCounterOutputVideo);
659
711
 
660
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglIsEnabledFrameLockI3D)(BOOL * pFlag);
712
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglIsEnabledFrameLockI3D)(BOOL * pFlag);
661
713
 
662
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglIsEnabledGenlockI3D)(HDC hDC, BOOL * pFlag);
714
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglIsEnabledGenlockI3D)(HDC hDC, BOOL * pFlag);
663
715
 
664
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglJoinSwapGroupNV)(HDC hDC, GLuint group);
716
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglJoinSwapGroupNV)(HDC hDC, GLuint group);
665
717
 
666
- extern EPOXY_IMPORTEXPORT GLboolean (EPOXY_CALLSPEC *epoxy_wglLoadDisplayColorTableEXT)(const GLushort * table, GLuint length);
718
+ EPOXY_PUBLIC GLboolean (EPOXY_CALLSPEC *epoxy_wglLoadDisplayColorTableEXT)(const GLushort * table, GLuint length);
667
719
 
668
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglLockVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
720
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglLockVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
669
721
 
670
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeAssociatedContextCurrentAMD)(HGLRC hglrc);
722
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglMakeAssociatedContextCurrentAMD)(HGLRC hglrc);
671
723
 
672
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeContextCurrentARB)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
724
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglMakeContextCurrentARB)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
673
725
 
674
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeContextCurrentEXT)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
726
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglMakeContextCurrentEXT)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
675
727
 
676
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeCurrent)(HDC hDc, HGLRC newContext);
728
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglMakeCurrent)(HDC hDc, HGLRC newContext);
677
729
 
678
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryCurrentContextNV)(int iAttribute, int * piValue);
730
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryCurrentContextNV)(int iAttribute, int * piValue);
679
731
 
680
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameCountNV)(HDC hDC, GLuint * count);
732
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameCountNV)(HDC hDC, GLuint * count);
681
733
 
682
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameLockMasterI3D)(BOOL * pFlag);
734
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameLockMasterI3D)(BOOL * pFlag);
683
735
 
684
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameTrackingI3D)(DWORD * pFrameCount, DWORD * pMissedFrames, float * pLastMissedUsage);
736
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameTrackingI3D)(DWORD * pFrameCount, DWORD * pMissedFrames, float * pLastMissedUsage);
685
737
 
686
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryGenlockMaxSourceDelayI3D)(HDC hDC, UINT * uMaxLineDelay, UINT * uMaxPixelDelay);
738
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryGenlockMaxSourceDelayI3D)(HDC hDC, UINT * uMaxLineDelay, UINT * uMaxPixelDelay);
687
739
 
688
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryMaxSwapGroupsNV)(HDC hDC, GLuint * maxGroups, GLuint * maxBarriers);
740
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryMaxSwapGroupsNV)(HDC hDC, GLuint * maxGroups, GLuint * maxBarriers);
689
741
 
690
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryPbufferARB)(HPBUFFERARB hPbuffer, int iAttribute, int * piValue);
742
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryPbufferARB)(HPBUFFERARB hPbuffer, int iAttribute, int * piValue);
691
743
 
692
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryPbufferEXT)(HPBUFFEREXT hPbuffer, int iAttribute, int * piValue);
744
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryPbufferEXT)(HPBUFFEREXT hPbuffer, int iAttribute, int * piValue);
693
745
 
694
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQuerySwapGroupNV)(HDC hDC, GLuint * group, GLuint * barrier);
746
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQuerySwapGroupNV)(HDC hDC, GLuint * group, GLuint * barrier);
695
747
 
696
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int * piValue);
748
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglQueryVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int * piValue);
697
749
 
698
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglRealizeLayerPalette)(HDC hdc, int iLayerPlane, BOOL bRealize);
750
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglRealizeLayerPalette)(HDC hdc, int iLayerPlane, BOOL bRealize);
699
751
 
700
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseImageBufferEventsI3D)(HDC hDC, const LPVOID * pAddress, UINT count);
752
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseImageBufferEventsI3D)(HDC hDC, const LPVOID * pAddress, UINT count);
701
753
 
702
- extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglReleasePbufferDCARB)(HPBUFFERARB hPbuffer, HDC hDC);
754
+ EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_wglReleasePbufferDCARB)(HPBUFFERARB hPbuffer, HDC hDC);
703
755
 
704
- extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglReleasePbufferDCEXT)(HPBUFFEREXT hPbuffer, HDC hDC);
756
+ EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_wglReleasePbufferDCEXT)(HPBUFFEREXT hPbuffer, HDC hDC);
705
757
 
706
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseTexImageARB)(HPBUFFERARB hPbuffer, int iBuffer);
758
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseTexImageARB)(HPBUFFERARB hPbuffer, int iBuffer);
707
759
 
708
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
760
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
709
761
 
710
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoDeviceNV)(HPVIDEODEV hVideoDevice);
762
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoDeviceNV)(HPVIDEODEV hVideoDevice);
711
763
 
712
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoImageNV)(HPBUFFERARB hPbuffer, int iVideoBuffer);
764
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoImageNV)(HPBUFFERARB hPbuffer, int iVideoBuffer);
713
765
 
714
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglResetFrameCountNV)(HDC hDC);
766
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglResetFrameCountNV)(HDC hDC);
715
767
 
716
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglRestoreBufferRegionARB)(HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
768
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglRestoreBufferRegionARB)(HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
717
769
 
718
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSaveBufferRegionARB)(HANDLE hRegion, int x, int y, int width, int height);
770
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSaveBufferRegionARB)(HANDLE hRegion, int x, int y, int width, int height);
719
771
 
720
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSendPbufferToVideoNV)(HPBUFFERARB hPbuffer, int iBufferType, unsigned long * pulCounterPbuffer, BOOL bBlock);
772
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSendPbufferToVideoNV)(HPBUFFERARB hPbuffer, int iBufferType, unsigned long * pulCounterPbuffer, BOOL bBlock);
721
773
 
722
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetDigitalVideoParametersI3D)(HDC hDC, int iAttribute, const int * piValue);
774
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSetDigitalVideoParametersI3D)(HDC hDC, int iAttribute, const int * piValue);
723
775
 
724
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetGammaTableI3D)(HDC hDC, int iEntries, const USHORT * puRed, const USHORT * puGreen, const USHORT * puBlue);
776
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSetGammaTableI3D)(HDC hDC, int iEntries, const USHORT * puRed, const USHORT * puGreen, const USHORT * puBlue);
725
777
 
726
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetGammaTableParametersI3D)(HDC hDC, int iAttribute, const int * piValue);
778
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSetGammaTableParametersI3D)(HDC hDC, int iAttribute, const int * piValue);
727
779
 
728
- extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglSetLayerPaletteEntries)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
780
+ EPOXY_PUBLIC int (EPOXY_CALLSPEC *epoxy_wglSetLayerPaletteEntries)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
729
781
 
730
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetPbufferAttribARB)(HPBUFFERARB hPbuffer, const int * piAttribList);
782
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSetPbufferAttribARB)(HPBUFFERARB hPbuffer, const int * piAttribList);
731
783
 
732
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetStereoEmitterState3DL)(HDC hDC, UINT uState);
784
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSetStereoEmitterState3DL)(HDC hDC, UINT uState);
733
785
 
734
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglShareLists)(HGLRC hrcSrvShare, HGLRC hrcSrvSource);
786
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglShareLists)(HGLRC hrcSrvShare, HGLRC hrcSrvSource);
735
787
 
736
- extern EPOXY_IMPORTEXPORT INT64 (EPOXY_CALLSPEC *epoxy_wglSwapBuffersMscOML)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
788
+ EPOXY_PUBLIC INT64 (EPOXY_CALLSPEC *epoxy_wglSwapBuffersMscOML)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
737
789
 
738
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSwapIntervalEXT)(int interval);
790
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSwapIntervalEXT)(int interval);
739
791
 
740
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSwapLayerBuffers)(HDC hdc, UINT fuFlags);
792
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglSwapLayerBuffers)(HDC hdc, UINT fuFlags);
741
793
 
742
- extern EPOXY_IMPORTEXPORT INT64 (EPOXY_CALLSPEC *epoxy_wglSwapLayerBuffersMscOML)(HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
794
+ EPOXY_PUBLIC INT64 (EPOXY_CALLSPEC *epoxy_wglSwapLayerBuffersMscOML)(HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
743
795
 
744
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontBitmapsA)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
796
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontBitmapsA)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
745
797
 
746
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontBitmapsW)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
798
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontBitmapsW)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
747
799
 
748
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontOutlines)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
800
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontOutlines)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
749
801
 
750
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontOutlinesA)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
802
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontOutlinesA)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
751
803
 
752
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontOutlinesW)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
804
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontOutlinesW)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
753
805
 
754
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglWaitForMscOML)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 * ust, INT64 * msc, INT64 * sbc);
806
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglWaitForMscOML)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 * ust, INT64 * msc, INT64 * sbc);
755
807
 
756
- extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglWaitForSbcOML)(HDC hdc, INT64 target_sbc, INT64 * ust, INT64 * msc, INT64 * sbc);
808
+ EPOXY_PUBLIC BOOL (EPOXY_CALLSPEC *epoxy_wglWaitForSbcOML)(HDC hdc, INT64 target_sbc, INT64 * ust, INT64 * msc, INT64 * sbc);
757
809
 
758
810
  #define wglAllocateMemoryNV epoxy_wglAllocateMemoryNV
759
811
  #define wglAssociateImageBufferEventsI3D epoxy_wglAssociateImageBufferEventsI3D