gdk3 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (796) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +18 -3
  3. data/lib/gdk3.rb +3 -0
  4. data/lib/gdk3/cursor.rb +31 -0
  5. data/lib/gdk3/deprecated.rb +41 -11
  6. data/lib/gdk3/loader.rb +39 -9
  7. data/lib/gdk3/rectangle.rb +17 -1
  8. data/lib/gdk3/rgba.rb +26 -5
  9. data/lib/gdk3/screen.rb +40 -0
  10. data/test/fixture/ruby-gnome2-logo.png +0 -0
  11. data/test/gdk-test-utils.rb +13 -0
  12. data/test/test-gdk-atom.rb +24 -0
  13. data/test/test-gdk-cursor.rb +44 -0
  14. data/test/test-gdk-event-mask.rb +21 -0
  15. data/test/test-gdk-keyval.rb +8 -4
  16. data/test/test-gdk-rectangle.rb +20 -1
  17. data/test/test-gdk-rgba.rb +65 -0
  18. data/test/test-gdk-selection.rb +29 -0
  19. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  20. data/vendor/local/bin/gtk-launch.exe +0 -0
  21. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  22. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  23. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  24. data/vendor/local/bin/gtk3-demo.exe +0 -0
  25. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  26. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  27. data/vendor/local/bin/libepoxy-0.dll +0 -0
  28. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  29. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  30. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  31. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  32. data/vendor/local/include/epoxy/gl.h +104 -0
  33. data/vendor/local/include/epoxy/gl_generated.h +18690 -0
  34. data/vendor/local/include/epoxy/wgl.h +64 -0
  35. data/vendor/local/include/epoxy/wgl_generated.h +896 -0
  36. data/vendor/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h +7 -7
  37. data/vendor/local/include/gtk-3.0/gdk/gdk-autocleanup.h +42 -0
  38. data/vendor/local/include/gtk-3.0/gdk/gdk.h +3 -0
  39. data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +11 -0
  40. data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +1 -1
  41. data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +6 -1
  42. data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +2 -2
  43. data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +2 -0
  44. data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +87 -0
  45. data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +2 -2
  46. data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +27 -2
  47. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +25 -1
  48. data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
  49. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +12 -5
  50. data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32glcontext.h +49 -0
  51. data/vendor/local/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +75 -0
  52. data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +2 -1
  53. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -1
  54. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstock.h +4 -4
  55. data/vendor/local/include/gtk-3.0/gtk/{gtkstyleproperties.h → deprecated/gtkstyleproperties.h} +11 -11
  56. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -1
  57. data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +1 -1
  58. data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
  59. data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +222 -0
  60. data/vendor/local/include/gtk-3.0/gtk/gtk.h +8 -1
  61. data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +4 -0
  62. data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -0
  63. data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +4 -0
  64. data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +3 -0
  65. data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +47 -0
  66. data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +1 -1
  67. data/vendor/local/include/gtk-3.0/gtk/gtkgesturezoom.h +1 -1
  68. data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +136 -0
  69. data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +13 -0
  70. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +21 -0
  71. data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +2 -2
  72. data/vendor/local/include/gtk-3.0/gtk/gtkmodelbutton.h +61 -0
  73. data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +3 -0
  74. data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +6 -0
  75. data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +6 -0
  76. data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +7 -1
  77. data/vendor/local/include/gtk-3.0/gtk/gtkpopovermenu.h +62 -0
  78. data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
  79. data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +155 -0
  80. data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +8 -0
  81. data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +16 -8
  82. data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +7 -5
  83. data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +6 -6
  84. data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +14 -0
  85. data/vendor/local/include/gtk-3.0/gtk/gtkstacksidebar.h +73 -0
  86. data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +4 -0
  87. data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +75 -121
  88. data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
  89. data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +1 -0
  90. data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +12 -18
  91. data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -38
  92. data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -1
  93. data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +0 -3
  94. data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +0 -12
  95. data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +6 -0
  96. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +2 -2
  97. data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +12 -5
  98. data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +2 -0
  99. data/vendor/local/include/gtk-3.0/gtk/gtkx-autocleanups.h +31 -0
  100. data/vendor/local/include/gtk-3.0/gtk/gtkx.h +2 -0
  101. data/vendor/local/lib/gdk-win32-3.0.def +25 -0
  102. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  103. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  104. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  105. data/vendor/local/lib/gtk-win32-3.0.def +7 -7
  106. data/vendor/local/lib/libepoxy.dll.a +0 -0
  107. data/vendor/local/lib/libepoxy.la +41 -0
  108. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  109. data/vendor/local/lib/libgailutil-3.la +3 -3
  110. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  111. data/vendor/local/lib/libgdk-3.la +5 -5
  112. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  113. data/vendor/local/lib/libgtk-3.la +5 -5
  114. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  115. data/vendor/local/lib/libgtkreftestprivate.la +6 -6
  116. data/vendor/local/lib/pkgconfig/epoxy.pc +11 -0
  117. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  118. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
  119. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
  120. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +3 -3
  121. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +3 -3
  122. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +693 -43
  123. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +2826 -338
  124. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +17 -23
  125. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +3 -7
  126. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +3 -1
  127. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -5
  128. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +3 -0
  129. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +4 -5
  130. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +9 -6
  131. data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +243 -99
  132. data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +13 -14
  133. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +54 -65
  134. data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +11 -12
  135. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +27 -31
  136. data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +768 -0
  137. data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +45 -62
  138. data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +14 -6
  139. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -4
  140. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +3 -4
  141. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +3 -4
  142. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +5 -6
  143. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +146 -0
  144. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -4
  145. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +3 -4
  146. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +3 -4
  147. data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +3 -4
  148. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +25 -6
  149. data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +113 -6
  150. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +18 -20
  151. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +143 -44
  152. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +4 -10
  153. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +23 -25
  154. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +49 -60
  155. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +34 -34
  156. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +96 -116
  157. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -20
  158. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +29 -32
  159. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +72 -91
  160. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +43 -44
  161. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -11
  162. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +3 -5
  163. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +23 -26
  164. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +9 -15
  165. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +20 -23
  166. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +11 -14
  167. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +30 -30
  168. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -20
  169. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +33 -34
  170. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +387 -291
  171. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +208 -193
  172. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +402 -10
  173. data/vendor/local/share/gtk-doc/html/gdk3/index.html +7 -4
  174. data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +408 -0
  175. data/vendor/local/share/gtk-doc/html/gdk3/reference.html +6 -4
  176. data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +3 -4
  177. data/vendor/local/share/gtk-doc/html/gdk3/style.css +9 -6
  178. data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -4
  179. data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -4
  180. data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -4
  181. data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -4
  182. data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +6 -4
  183. data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -4
  184. data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -4
  185. data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +3 -4
  186. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +61 -75
  187. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -10
  188. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -10
  189. data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +52 -69
  190. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +18 -20
  191. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +41 -42
  192. data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +17 -19
  193. data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +14 -16
  194. data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +25 -34
  195. data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +49 -15
  196. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -9
  197. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +14 -19
  198. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -10
  199. data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +21 -29
  200. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +47 -47
  201. data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +13 -19
  202. data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -7
  203. data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +7 -9
  204. data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +59 -70
  205. data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
  206. data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +8 -13
  207. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +15 -18
  208. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +62 -78
  209. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +35 -47
  210. data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +21 -26
  211. data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +33 -40
  212. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +156 -118
  213. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +13 -16
  214. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -17
  215. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +9 -10
  216. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +14 -15
  217. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +28 -35
  218. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +14 -16
  219. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +10 -12
  220. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +19 -16
  221. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +9 -11
  222. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -9
  223. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +6 -8
  224. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +31 -33
  225. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +7 -12
  226. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -32
  227. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -7
  228. data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +7 -14
  229. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +29 -34
  230. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +14 -16
  231. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +4 -6
  232. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +6 -8
  233. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +15 -24
  234. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +4 -6
  235. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +78 -99
  236. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
  237. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -28
  238. data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +87 -56
  239. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +35 -37
  240. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -7
  241. data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +16 -18
  242. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +361 -200
  243. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -31
  244. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +52 -67
  245. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +19 -23
  246. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +11 -14
  247. data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +57 -67
  248. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +81 -108
  249. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +19 -25
  250. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +15 -17
  251. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +68 -44
  252. data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +12 -18
  253. data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -8
  254. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +55 -69
  255. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +28 -38
  256. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +40 -44
  257. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +4 -6
  258. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +4 -6
  259. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +20 -26
  260. data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +7 -12
  261. data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +3 -7
  262. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +1259 -0
  263. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +42 -54
  264. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +15 -19
  265. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +42 -17
  266. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +15 -18
  267. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +11 -14
  268. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -11
  269. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +15 -21
  270. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -11
  271. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -11
  272. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +13 -22
  273. data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +3 -5
  274. data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +3 -5
  275. data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +3 -5
  276. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +15 -18
  277. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +3 -6
  278. data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +3 -5
  279. data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +3 -5
  280. data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -29
  281. data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +44 -51
  282. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +17 -23
  283. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +6 -7
  284. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +10 -13
  285. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +89 -97
  286. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +98 -127
  287. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +49 -62
  288. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +131 -25
  289. data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +30 -35
  290. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +6 -9
  291. data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +334 -167
  292. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +18 -20
  293. data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +31 -40
  294. data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -17
  295. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +209 -110
  296. data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +18 -20
  297. data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +8 -10
  298. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +27 -35
  299. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +10 -15
  300. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +22 -26
  301. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +28 -37
  302. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +29 -32
  303. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +11 -14
  304. data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +36 -40
  305. data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +33 -9
  306. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +393 -0
  307. data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +174 -150
  308. data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -19
  309. data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +11 -13
  310. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +13 -16
  311. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +28 -44
  312. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +8 -10
  313. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +144 -57
  314. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +161 -76
  315. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +47 -56
  316. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +11 -16
  317. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +110 -26
  318. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +359 -0
  319. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +29 -35
  320. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +36 -51
  321. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +79 -119
  322. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +21 -30
  323. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +32 -53
  324. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +23 -31
  325. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +15 -18
  326. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +18 -19
  327. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +29 -29
  328. data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +16 -17
  329. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +38 -51
  330. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +7 -11
  331. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +53 -66
  332. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +8 -11
  333. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -12
  334. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +5 -8
  335. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +15 -21
  336. data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +113 -137
  337. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +11 -17
  338. data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -29
  339. data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +22 -25
  340. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +64 -19
  341. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +4 -6
  342. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +257 -48
  343. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -15
  344. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +206 -20
  345. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +4 -6
  346. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +3 -5
  347. data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +6 -9
  348. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +70 -52
  349. data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +22 -26
  350. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +8 -12
  351. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +16 -28
  352. data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +6 -8
  353. data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +224 -37
  354. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +248 -0
  355. data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +8 -10
  356. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +81 -103
  357. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +9 -13
  358. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +24 -29
  359. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +250 -125
  360. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +7 -9
  361. data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +16 -21
  362. data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +4 -11
  363. data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +3 -5
  364. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +353 -168
  365. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +25 -96
  366. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +4 -10
  367. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +166 -54
  368. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +9 -13
  369. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +409 -184
  370. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +34 -41
  371. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +12 -16
  372. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +5 -12
  373. data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +10 -14
  374. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +20 -27
  375. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +38 -53
  376. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +27 -35
  377. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +33 -39
  378. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +15 -22
  379. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +22 -33
  380. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +25 -26
  381. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +110 -68
  382. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +14 -19
  383. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +6 -11
  384. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +16 -23
  385. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +6 -10
  386. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +21 -23
  387. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +95 -131
  388. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +15 -38
  389. data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +40 -48
  390. data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +4 -6
  391. data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +3 -5
  392. data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +3 -5
  393. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +3 -6
  394. data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +3 -5
  395. data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +3 -5
  396. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +21 -24
  397. data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +5 -7
  398. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +622 -611
  399. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +145 -146
  400. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +6 -8
  401. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +6 -4
  402. data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +6 -4
  403. data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +6 -4
  404. data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +5 -6
  405. data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -4
  406. data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -4
  407. data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -4
  408. data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -4
  409. data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +3 -4
  410. data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -6
  411. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +6 -7
  412. data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -4
  413. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +4 -5
  414. data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
  415. data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -4
  416. data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +25 -7
  417. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +3 -4
  418. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +14 -4
  419. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +3 -4
  420. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +16 -6
  421. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +448 -0
  422. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -4
  423. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -4
  424. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +3 -4
  425. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +3 -4
  426. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +143 -4
  427. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +515 -12
  428. data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +5 -6
  429. data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +27 -27
  430. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +98 -190
  431. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +1975 -118
  432. data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +171 -1923
  433. data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +9 -6
  434. data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +9 -4
  435. data/vendor/local/share/gtk-doc/html/gtk3/ch25s02.html +9 -10
  436. data/vendor/local/share/gtk-doc/html/gtk3/ch27s02.html +3 -4
  437. data/vendor/local/share/gtk-doc/html/gtk3/ch29s02.html +3 -4
  438. data/vendor/local/share/gtk-doc/html/gtk3/ch29s03.html +3 -4
  439. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +4 -5
  440. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +139 -63
  441. data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -4
  442. data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -4
  443. data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -4
  444. data/vendor/local/share/gtk-doc/html/gtk3/glarea.png +0 -0
  445. data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +5 -6
  446. data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +3 -4
  447. data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +18 -16
  448. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -4
  449. data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +5 -6
  450. data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +162 -143
  451. data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +5 -6
  452. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +12 -13
  453. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +3 -4
  454. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +3 -4
  455. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +4 -5
  456. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +5 -6
  457. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +3 -4
  458. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -4
  459. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +3 -4
  460. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +3 -4
  461. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +3 -4
  462. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +5 -6
  463. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -11
  464. data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +49 -0
  465. data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +4 -5
  466. data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -8
  467. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +25 -26
  468. data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +4 -5
  469. data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +18 -6
  470. data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -6
  471. data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +5 -6
  472. data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -5
  473. data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +3 -4
  474. data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +18 -19
  475. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +9 -12
  476. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +13 -16
  477. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +115 -85
  478. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +141 -136
  479. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +79 -27
  480. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +10 -14
  481. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +23 -35
  482. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +9 -15
  483. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +74 -33
  484. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +24 -30
  485. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +6 -14
  486. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +37 -58
  487. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +110 -123
  488. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +20 -35
  489. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +10 -12
  490. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +13 -21
  491. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -69
  492. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +5 -5
  493. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +46 -48
  494. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +24 -28
  495. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -38
  496. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +47 -0
  497. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +5 -6
  498. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +5 -6
  499. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +7 -8
  500. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +789 -155
  501. data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -4
  502. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +16 -5
  503. data/vendor/local/share/gtk-doc/html/gtk3/index.html +39 -19
  504. data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +803 -1
  505. data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +3 -4
  506. data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +8 -4
  507. data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +6 -4
  508. data/vendor/local/share/gtk-doc/html/gtk3/sidebar.png +0 -0
  509. data/vendor/local/share/gtk-doc/html/gtk3/style.css +9 -6
  510. data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -4
  511. data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
  512. data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
  513. data/vendor/local/share/icons/Adwaita/16x16/actions/mark-location.png +0 -0
  514. data/vendor/local/share/icons/Adwaita/16x16/emotes/emote-love.png +0 -0
  515. data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-firmware.png +0 -0
  516. data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
  517. data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
  518. data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
  519. data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
  520. data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
  521. data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
  522. data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
  523. data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
  524. data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
  525. data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
  526. data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
  527. data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
  528. data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
  529. data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
  530. data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
  531. data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
  532. data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
  533. data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
  534. data/vendor/local/share/icons/Adwaita/22x22/actions/mark-location.png +0 -0
  535. data/vendor/local/share/icons/Adwaita/22x22/emotes/emote-love.png +0 -0
  536. data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-firmware.png +0 -0
  537. data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
  538. data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
  539. data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
  540. data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
  541. data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
  542. data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
  543. data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
  544. data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
  545. data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
  546. data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
  547. data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
  548. data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
  549. data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
  550. data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
  551. data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
  552. data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
  553. data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
  554. data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
  555. data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-firmware.png +0 -0
  556. data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
  557. data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
  558. data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
  559. data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
  560. data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
  561. data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
  562. data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
  563. data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
  564. data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
  565. data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
  566. data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
  567. data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
  568. data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
  569. data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
  570. data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
  571. data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
  572. data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
  573. data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
  574. data/vendor/local/share/icons/Adwaita/256x256/emotes/emote-love.png +0 -0
  575. data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-firmware.png +0 -0
  576. data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
  577. data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
  578. data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
  579. data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
  580. data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
  581. data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
  582. data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
  583. data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
  584. data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
  585. data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
  586. data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
  587. data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
  588. data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
  589. data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
  590. data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
  591. data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
  592. data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
  593. data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
  594. data/vendor/local/share/icons/Adwaita/32x32/actions/mark-location.png +0 -0
  595. data/vendor/local/share/icons/Adwaita/32x32/emotes/emote-love.png +0 -0
  596. data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-firmware.png +0 -0
  597. data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
  598. data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
  599. data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
  600. data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
  601. data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
  602. data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
  603. data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
  604. data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
  605. data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
  606. data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
  607. data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
  608. data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
  609. data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
  610. data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
  611. data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
  612. data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
  613. data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
  614. data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
  615. data/vendor/local/share/icons/Adwaita/48x48/actions/mark-location.png +0 -0
  616. data/vendor/local/share/icons/Adwaita/48x48/emotes/emote-love.png +0 -0
  617. data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-firmware.png +0 -0
  618. data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
  619. data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
  620. data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
  621. data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
  622. data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
  623. data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
  624. data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
  625. data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
  626. data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
  627. data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
  628. data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
  629. data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
  630. data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
  631. data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
  632. data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
  633. data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
  634. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  635. data/vendor/local/share/icons/Adwaita/index.theme +13 -1
  636. data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +16197 -0
  637. data/vendor/local/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg +32 -0
  638. data/vendor/local/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg +33 -0
  639. data/vendor/local/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg +34 -0
  640. data/vendor/local/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +33 -0
  641. data/vendor/local/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg +32 -0
  642. data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +31 -0
  643. data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +31 -0
  644. data/vendor/local/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg +33 -0
  645. data/vendor/local/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg +13 -14
  646. data/vendor/local/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg +33 -0
  647. data/vendor/local/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg +31 -0
  648. data/vendor/local/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg +32 -0
  649. data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +33 -0
  650. data/vendor/local/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg +33 -0
  651. data/vendor/local/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg +6 -9
  652. data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg +6 -9
  653. data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg +6 -9
  654. data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg +6 -9
  655. data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg +6 -9
  656. data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg +6 -9
  657. data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg +6 -9
  658. data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg +6 -9
  659. data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg +6 -9
  660. data/vendor/local/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg +6 -9
  661. data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +6 -9
  662. data/vendor/local/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg +31 -0
  663. data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +32 -0
  664. data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +49 -0
  665. data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +34 -0
  666. data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +31 -0
  667. data/vendor/local/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg +3 -3
  668. data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg +3 -3
  669. data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg +3 -3
  670. data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg +3 -3
  671. data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg +3 -3
  672. data/vendor/local/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg +3 -3
  673. data/vendor/local/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg +32 -0
  674. data/vendor/local/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +33 -0
  675. data/vendor/local/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg +14 -14
  676. data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg +34 -0
  677. data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg +34 -0
  678. data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +34 -0
  679. data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +32 -0
  680. data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg +32 -0
  681. data/vendor/local/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg +31 -0
  682. data/vendor/local/share/icons/Adwaita/scalable/devices/battery-symbolic.svg +34 -0
  683. data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg +38 -0
  684. data/vendor/local/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg +31 -0
  685. data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +32 -0
  686. data/vendor/local/share/icons/Adwaita/scalable/devices/pda-symbolic.svg +32 -0
  687. data/vendor/local/share/icons/Adwaita/scalable/devices/tv-symbolic.svg +34 -0
  688. data/vendor/local/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg +32 -0
  689. data/vendor/local/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg +31 -0
  690. data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg +31 -0
  691. data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +31 -0
  692. data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +31 -0
  693. data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +31 -0
  694. data/vendor/local/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg +33 -0
  695. data/vendor/local/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg +15 -13
  696. data/vendor/local/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg +14 -15
  697. data/vendor/local/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg +31 -0
  698. data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +0 -0
  699. data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
  700. data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +0 -0
  701. data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
  702. data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +0 -0
  703. data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
  704. data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +0 -0
  705. data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
  706. data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +0 -0
  707. data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
  708. data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +0 -0
  709. data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
  710. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  711. data/vendor/local/share/license/libepoxy/COPYING +50 -0
  712. data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
  713. data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
  714. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
  715. data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
  716. data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
  717. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30-properties.mo +0 -0
  718. data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
  719. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
  720. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  721. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
  722. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  723. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
  724. data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
  725. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  726. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  727. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
  728. data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
  729. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
  730. data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
  731. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
  732. data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
  733. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
  734. data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
  735. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  736. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  737. data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
  738. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
  739. data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
  740. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
  741. data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
  742. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  743. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  744. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  745. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
  746. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
  747. data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
  748. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  749. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  750. data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
  751. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
  752. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  753. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
  754. data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
  755. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  756. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  757. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
  758. data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
  759. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
  760. data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
  761. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
  762. data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
  763. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
  764. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  765. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  766. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  767. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  768. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  769. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  770. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
  771. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  772. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  773. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  774. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  775. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  776. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  777. data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
  778. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  779. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  780. data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
  781. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
  782. data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
  783. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  784. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  785. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  786. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  787. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  788. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  789. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  790. data/vendor/local/share/man/man1/gtk3-demo-application.1 +39 -0
  791. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  792. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  793. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  794. data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
  795. metadata +120 -12
  796. data/vendor/local/lib/libgtkreftestprivate.a +0 -0
@@ -0,0 +1,64 @@
1
+ /*
2
+ * Copyright © 2013 Intel Corporation
3
+ *
4
+ * Permission is hereby granted, free of charge, to any person obtaining a
5
+ * copy of this software and associated documentation files (the "Software"),
6
+ * to deal in the Software without restriction, including without limitation
7
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8
+ * and/or sell copies of the Software, and to permit persons to whom the
9
+ * Software is furnished to do so, subject to the following conditions:
10
+ *
11
+ * The above copyright notice and this permission notice (including the next
12
+ * paragraph) shall be included in all copies or substantial portions of the
13
+ * Software.
14
+ *
15
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21
+ * IN THE SOFTWARE.
22
+ */
23
+
24
+ /** @file wgl.h
25
+ *
26
+ * Provides an implementation of a WGL dispatch layer using a hidden
27
+ * vtable.
28
+ */
29
+
30
+ #ifndef EPOXY_WGL_H
31
+ #define EPOXY_WGL_H
32
+
33
+ #ifdef __cplusplus
34
+ extern "C" {
35
+ #endif
36
+
37
+ #include <stdbool.h>
38
+ #include <windows.h>
39
+
40
+ #undef wglUseFontBitmaps
41
+ #undef wglUseFontOutlines
42
+
43
+ #if defined(__wglxext_h_)
44
+ #error epoxy/wgl.h must be included before (or in place of) wgl.h
45
+ #else
46
+ #define __wglxext_h_
47
+ #endif
48
+
49
+ #ifdef UNICODE
50
+ #define wglUseFontBitmaps wglUseFontBitmapsW
51
+ #else
52
+ #define wglUseFontBitmaps wglUseFontBitmapsA
53
+ #endif
54
+
55
+ #include "epoxy/wgl_generated.h"
56
+
57
+ EPOXY_IMPORTEXPORT bool epoxy_has_wgl_extension(HDC hdc, const char *extension);
58
+ EPOXY_IMPORTEXPORT void epoxy_handle_external_wglMakeCurrent(void);
59
+
60
+ #ifdef __cplusplus
61
+ } /* extern "C" */
62
+ #endif
63
+
64
+ #endif /* EPOXY_WGL_H */
@@ -0,0 +1,896 @@
1
+ /* GL dispatch header.
2
+ * This is code-generated from the GL API XML files from Khronos.
3
+ */
4
+
5
+ #pragma once
6
+ #include <inttypes.h>
7
+ #include <stddef.h>
8
+
9
+ #include "epoxy/gl.h"
10
+ struct _GPU_DEVICE {
11
+ DWORD cb;
12
+ CHAR DeviceName[32];
13
+ CHAR DeviceString[128];
14
+ DWORD Flags;
15
+ RECT rcVirtualScreen;
16
+ };
17
+ DECLARE_HANDLE(HPBUFFERARB);
18
+ DECLARE_HANDLE(HPBUFFEREXT);
19
+ DECLARE_HANDLE(HVIDEOOUTPUTDEVICENV);
20
+ DECLARE_HANDLE(HPVIDEODEV);
21
+ DECLARE_HANDLE(HPGPUNV);
22
+ DECLARE_HANDLE(HGPUNV);
23
+ DECLARE_HANDLE(HVIDEOINPUTDEVICENV);
24
+ typedef struct _GPU_DEVICE GPU_DEVICE;
25
+ typedef struct _GPU_DEVICE *PGPU_DEVICE;
26
+
27
+ #define WGL_VERSION_1_0 1
28
+
29
+ #define WGL_3DFX_multisample 1
30
+ #define WGL_3DL_stereo_control 1
31
+ #define WGL_AMD_gpu_association 1
32
+ #define WGL_ARB_buffer_region 1
33
+ #define WGL_ARB_context_flush_control 1
34
+ #define WGL_ARB_create_context 1
35
+ #define WGL_ARB_create_context_profile 1
36
+ #define WGL_ARB_create_context_robustness 1
37
+ #define WGL_ARB_extensions_string 1
38
+ #define WGL_ARB_framebuffer_sRGB 1
39
+ #define WGL_ARB_make_current_read 1
40
+ #define WGL_ARB_multisample 1
41
+ #define WGL_ARB_pbuffer 1
42
+ #define WGL_ARB_pixel_format 1
43
+ #define WGL_ARB_pixel_format_float 1
44
+ #define WGL_ARB_render_texture 1
45
+ #define WGL_ARB_robustness_application_isolation 1
46
+ #define WGL_ARB_robustness_share_group_isolation 1
47
+ #define WGL_ATI_pixel_format_float 1
48
+ #define WGL_EXT_create_context_es2_profile 1
49
+ #define WGL_EXT_create_context_es_profile 1
50
+ #define WGL_EXT_depth_float 1
51
+ #define WGL_EXT_display_color_table 1
52
+ #define WGL_EXT_extensions_string 1
53
+ #define WGL_EXT_framebuffer_sRGB 1
54
+ #define WGL_EXT_make_current_read 1
55
+ #define WGL_EXT_multisample 1
56
+ #define WGL_EXT_pbuffer 1
57
+ #define WGL_EXT_pixel_format 1
58
+ #define WGL_EXT_pixel_format_packed_float 1
59
+ #define WGL_EXT_swap_control 1
60
+ #define WGL_EXT_swap_control_tear 1
61
+ #define WGL_I3D_digital_video_control 1
62
+ #define WGL_I3D_gamma 1
63
+ #define WGL_I3D_genlock 1
64
+ #define WGL_I3D_image_buffer 1
65
+ #define WGL_I3D_swap_frame_lock 1
66
+ #define WGL_I3D_swap_frame_usage 1
67
+ #define WGL_NV_DX_interop 1
68
+ #define WGL_NV_DX_interop2 1
69
+ #define WGL_NV_copy_image 1
70
+ #define WGL_NV_delay_before_swap 1
71
+ #define WGL_NV_float_buffer 1
72
+ #define WGL_NV_gpu_affinity 1
73
+ #define WGL_NV_multisample_coverage 1
74
+ #define WGL_NV_present_video 1
75
+ #define WGL_NV_render_depth_texture 1
76
+ #define WGL_NV_render_texture_rectangle 1
77
+ #define WGL_NV_swap_group 1
78
+ #define WGL_NV_vertex_array_range 1
79
+ #define WGL_NV_video_capture 1
80
+ #define WGL_NV_video_output 1
81
+ #define WGL_OML_sync_control 1
82
+
83
+ #define WGL_CONTEXT_RELEASE_BEHAVIOR_NONE_ARB 0
84
+ #define WGL_FONT_LINES 0
85
+ #define WGL_ACCESS_READ_ONLY_NV 0x00000000
86
+ #define WGL_ACCESS_READ_WRITE_NV 0x00000001
87
+ #define WGL_CONTEXT_CORE_PROFILE_BIT_ARB 0x00000001
88
+ #define WGL_CONTEXT_DEBUG_BIT_ARB 0x00000001
89
+ #define WGL_FRONT_COLOR_BUFFER_BIT_ARB 0x00000001
90
+ #define WGL_IMAGE_BUFFER_MIN_ACCESS_I3D 0x00000001
91
+ #define WGL_ACCESS_WRITE_DISCARD_NV 0x00000002
92
+ #define WGL_BACK_COLOR_BUFFER_BIT_ARB 0x00000002
93
+ #define WGL_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB 0x00000002
94
+ #define WGL_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB 0x00000002
95
+ #define WGL_IMAGE_BUFFER_LOCK_I3D 0x00000002
96
+ #define WGL_CONTEXT_ES2_PROFILE_BIT_EXT 0x00000004
97
+ #define WGL_CONTEXT_ES_PROFILE_BIT_EXT 0x00000004
98
+ #define WGL_CONTEXT_ROBUST_ACCESS_BIT_ARB 0x00000004
99
+ #define WGL_DEPTH_BUFFER_BIT_ARB 0x00000004
100
+ #define WGL_CONTEXT_RESET_ISOLATION_BIT_ARB 0x00000008
101
+ #define WGL_STENCIL_BUFFER_BIT_ARB 0x00000008
102
+ #define WGL_GPU_VENDOR_AMD 0x1F00
103
+ #define WGL_GPU_RENDERER_STRING_AMD 0x1F01
104
+ #define WGL_GPU_OPENGL_VERSION_STRING_AMD 0x1F02
105
+ #define WGL_NUMBER_PIXEL_FORMATS_ARB 0x2000
106
+ #define WGL_NUMBER_PIXEL_FORMATS_EXT 0x2000
107
+ #define WGL_DRAW_TO_WINDOW_ARB 0x2001
108
+ #define WGL_DRAW_TO_WINDOW_EXT 0x2001
109
+ #define WGL_DRAW_TO_BITMAP_ARB 0x2002
110
+ #define WGL_DRAW_TO_BITMAP_EXT 0x2002
111
+ #define WGL_ACCELERATION_ARB 0x2003
112
+ #define WGL_ACCELERATION_EXT 0x2003
113
+ #define WGL_NEED_PALETTE_ARB 0x2004
114
+ #define WGL_NEED_PALETTE_EXT 0x2004
115
+ #define WGL_NEED_SYSTEM_PALETTE_ARB 0x2005
116
+ #define WGL_NEED_SYSTEM_PALETTE_EXT 0x2005
117
+ #define WGL_SWAP_LAYER_BUFFERS_ARB 0x2006
118
+ #define WGL_SWAP_LAYER_BUFFERS_EXT 0x2006
119
+ #define WGL_SWAP_METHOD_ARB 0x2007
120
+ #define WGL_SWAP_METHOD_EXT 0x2007
121
+ #define WGL_NUMBER_OVERLAYS_ARB 0x2008
122
+ #define WGL_NUMBER_OVERLAYS_EXT 0x2008
123
+ #define WGL_NUMBER_UNDERLAYS_ARB 0x2009
124
+ #define WGL_NUMBER_UNDERLAYS_EXT 0x2009
125
+ #define WGL_TRANSPARENT_ARB 0x200A
126
+ #define WGL_TRANSPARENT_EXT 0x200A
127
+ #define WGL_TRANSPARENT_VALUE_EXT 0x200B
128
+ #define WGL_SHARE_DEPTH_ARB 0x200C
129
+ #define WGL_SHARE_DEPTH_EXT 0x200C
130
+ #define WGL_SHARE_STENCIL_ARB 0x200D
131
+ #define WGL_SHARE_STENCIL_EXT 0x200D
132
+ #define WGL_SHARE_ACCUM_ARB 0x200E
133
+ #define WGL_SHARE_ACCUM_EXT 0x200E
134
+ #define WGL_SUPPORT_GDI_ARB 0x200F
135
+ #define WGL_SUPPORT_GDI_EXT 0x200F
136
+ #define WGL_SUPPORT_OPENGL_ARB 0x2010
137
+ #define WGL_SUPPORT_OPENGL_EXT 0x2010
138
+ #define WGL_DOUBLE_BUFFER_ARB 0x2011
139
+ #define WGL_DOUBLE_BUFFER_EXT 0x2011
140
+ #define WGL_STEREO_ARB 0x2012
141
+ #define WGL_STEREO_EXT 0x2012
142
+ #define WGL_PIXEL_TYPE_ARB 0x2013
143
+ #define WGL_PIXEL_TYPE_EXT 0x2013
144
+ #define WGL_COLOR_BITS_ARB 0x2014
145
+ #define WGL_COLOR_BITS_EXT 0x2014
146
+ #define WGL_RED_BITS_ARB 0x2015
147
+ #define WGL_RED_BITS_EXT 0x2015
148
+ #define WGL_RED_SHIFT_ARB 0x2016
149
+ #define WGL_RED_SHIFT_EXT 0x2016
150
+ #define WGL_GREEN_BITS_ARB 0x2017
151
+ #define WGL_GREEN_BITS_EXT 0x2017
152
+ #define WGL_GREEN_SHIFT_ARB 0x2018
153
+ #define WGL_GREEN_SHIFT_EXT 0x2018
154
+ #define WGL_BLUE_BITS_ARB 0x2019
155
+ #define WGL_BLUE_BITS_EXT 0x2019
156
+ #define WGL_BLUE_SHIFT_ARB 0x201A
157
+ #define WGL_BLUE_SHIFT_EXT 0x201A
158
+ #define WGL_ALPHA_BITS_ARB 0x201B
159
+ #define WGL_ALPHA_BITS_EXT 0x201B
160
+ #define WGL_ALPHA_SHIFT_ARB 0x201C
161
+ #define WGL_ALPHA_SHIFT_EXT 0x201C
162
+ #define WGL_ACCUM_BITS_ARB 0x201D
163
+ #define WGL_ACCUM_BITS_EXT 0x201D
164
+ #define WGL_ACCUM_RED_BITS_ARB 0x201E
165
+ #define WGL_ACCUM_RED_BITS_EXT 0x201E
166
+ #define WGL_ACCUM_GREEN_BITS_ARB 0x201F
167
+ #define WGL_ACCUM_GREEN_BITS_EXT 0x201F
168
+ #define WGL_ACCUM_BLUE_BITS_ARB 0x2020
169
+ #define WGL_ACCUM_BLUE_BITS_EXT 0x2020
170
+ #define WGL_ACCUM_ALPHA_BITS_ARB 0x2021
171
+ #define WGL_ACCUM_ALPHA_BITS_EXT 0x2021
172
+ #define WGL_DEPTH_BITS_ARB 0x2022
173
+ #define WGL_DEPTH_BITS_EXT 0x2022
174
+ #define WGL_STENCIL_BITS_ARB 0x2023
175
+ #define WGL_STENCIL_BITS_EXT 0x2023
176
+ #define WGL_AUX_BUFFERS_ARB 0x2024
177
+ #define WGL_AUX_BUFFERS_EXT 0x2024
178
+ #define WGL_NO_ACCELERATION_ARB 0x2025
179
+ #define WGL_NO_ACCELERATION_EXT 0x2025
180
+ #define WGL_GENERIC_ACCELERATION_ARB 0x2026
181
+ #define WGL_GENERIC_ACCELERATION_EXT 0x2026
182
+ #define WGL_FULL_ACCELERATION_ARB 0x2027
183
+ #define WGL_FULL_ACCELERATION_EXT 0x2027
184
+ #define WGL_SWAP_EXCHANGE_ARB 0x2028
185
+ #define WGL_SWAP_EXCHANGE_EXT 0x2028
186
+ #define WGL_SWAP_COPY_ARB 0x2029
187
+ #define WGL_SWAP_COPY_EXT 0x2029
188
+ #define WGL_SWAP_UNDEFINED_ARB 0x202A
189
+ #define WGL_SWAP_UNDEFINED_EXT 0x202A
190
+ #define WGL_TYPE_RGBA_ARB 0x202B
191
+ #define WGL_TYPE_RGBA_EXT 0x202B
192
+ #define WGL_TYPE_COLORINDEX_ARB 0x202C
193
+ #define WGL_TYPE_COLORINDEX_EXT 0x202C
194
+ #define WGL_DRAW_TO_PBUFFER_ARB 0x202D
195
+ #define WGL_DRAW_TO_PBUFFER_EXT 0x202D
196
+ #define WGL_MAX_PBUFFER_PIXELS_ARB 0x202E
197
+ #define WGL_MAX_PBUFFER_PIXELS_EXT 0x202E
198
+ #define WGL_MAX_PBUFFER_WIDTH_ARB 0x202F
199
+ #define WGL_MAX_PBUFFER_WIDTH_EXT 0x202F
200
+ #define WGL_MAX_PBUFFER_HEIGHT_ARB 0x2030
201
+ #define WGL_MAX_PBUFFER_HEIGHT_EXT 0x2030
202
+ #define WGL_OPTIMAL_PBUFFER_WIDTH_EXT 0x2031
203
+ #define WGL_OPTIMAL_PBUFFER_HEIGHT_EXT 0x2032
204
+ #define WGL_PBUFFER_LARGEST_ARB 0x2033
205
+ #define WGL_PBUFFER_LARGEST_EXT 0x2033
206
+ #define WGL_PBUFFER_WIDTH_ARB 0x2034
207
+ #define WGL_PBUFFER_WIDTH_EXT 0x2034
208
+ #define WGL_PBUFFER_HEIGHT_ARB 0x2035
209
+ #define WGL_PBUFFER_HEIGHT_EXT 0x2035
210
+ #define WGL_PBUFFER_LOST_ARB 0x2036
211
+ #define WGL_TRANSPARENT_RED_VALUE_ARB 0x2037
212
+ #define WGL_TRANSPARENT_GREEN_VALUE_ARB 0x2038
213
+ #define WGL_TRANSPARENT_BLUE_VALUE_ARB 0x2039
214
+ #define WGL_TRANSPARENT_ALPHA_VALUE_ARB 0x203A
215
+ #define WGL_TRANSPARENT_INDEX_VALUE_ARB 0x203B
216
+ #define WGL_DEPTH_FLOAT_EXT 0x2040
217
+ #define WGL_SAMPLE_BUFFERS_ARB 0x2041
218
+ #define WGL_SAMPLE_BUFFERS_EXT 0x2041
219
+ #define WGL_COVERAGE_SAMPLES_NV 0x2042
220
+ #define WGL_SAMPLES_ARB 0x2042
221
+ #define WGL_SAMPLES_EXT 0x2042
222
+ #define ERROR_INVALID_PIXEL_TYPE_ARB 0x2043
223
+ #define ERROR_INVALID_PIXEL_TYPE_EXT 0x2043
224
+ #define WGL_GENLOCK_SOURCE_MULTIVIEW_I3D 0x2044
225
+ #define WGL_GENLOCK_SOURCE_EXTERNAL_SYNC_I3D 0x2045
226
+ #define WGL_GENLOCK_SOURCE_EXTERNAL_FIELD_I3D 0x2046
227
+ #define WGL_GENLOCK_SOURCE_EXTERNAL_TTL_I3D 0x2047
228
+ #define WGL_GENLOCK_SOURCE_DIGITAL_SYNC_I3D 0x2048
229
+ #define WGL_GENLOCK_SOURCE_DIGITAL_FIELD_I3D 0x2049
230
+ #define WGL_GENLOCK_SOURCE_EDGE_FALLING_I3D 0x204A
231
+ #define WGL_GENLOCK_SOURCE_EDGE_RISING_I3D 0x204B
232
+ #define WGL_GENLOCK_SOURCE_EDGE_BOTH_I3D 0x204C
233
+ #define WGL_GAMMA_TABLE_SIZE_I3D 0x204E
234
+ #define WGL_GAMMA_EXCLUDE_DESKTOP_I3D 0x204F
235
+ #define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_FRAMEBUFFER_I3D 0x2050
236
+ #define WGL_DIGITAL_VIDEO_CURSOR_ALPHA_VALUE_I3D 0x2051
237
+ #define WGL_DIGITAL_VIDEO_CURSOR_INCLUDED_I3D 0x2052
238
+ #define WGL_DIGITAL_VIDEO_GAMMA_CORRECTED_I3D 0x2053
239
+ #define ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB 0x2054
240
+ #define WGL_STEREO_EMITTER_ENABLE_3DL 0x2055
241
+ #define WGL_STEREO_EMITTER_DISABLE_3DL 0x2056
242
+ #define WGL_STEREO_POLARITY_NORMAL_3DL 0x2057
243
+ #define WGL_STEREO_POLARITY_INVERT_3DL 0x2058
244
+ #define WGL_SAMPLE_BUFFERS_3DFX 0x2060
245
+ #define WGL_SAMPLES_3DFX 0x2061
246
+ #define WGL_BIND_TO_TEXTURE_RGB_ARB 0x2070
247
+ #define WGL_BIND_TO_TEXTURE_RGBA_ARB 0x2071
248
+ #define WGL_TEXTURE_FORMAT_ARB 0x2072
249
+ #define WGL_TEXTURE_TARGET_ARB 0x2073
250
+ #define WGL_MIPMAP_TEXTURE_ARB 0x2074
251
+ #define WGL_TEXTURE_RGB_ARB 0x2075
252
+ #define WGL_TEXTURE_RGBA_ARB 0x2076
253
+ #define WGL_NO_TEXTURE_ARB 0x2077
254
+ #define WGL_TEXTURE_CUBE_MAP_ARB 0x2078
255
+ #define WGL_TEXTURE_1D_ARB 0x2079
256
+ #define WGL_TEXTURE_2D_ARB 0x207A
257
+ #define WGL_MIPMAP_LEVEL_ARB 0x207B
258
+ #define WGL_CUBE_MAP_FACE_ARB 0x207C
259
+ #define WGL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB 0x207D
260
+ #define WGL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB 0x207E
261
+ #define WGL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB 0x207F
262
+ #define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB 0x2080
263
+ #define WGL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB 0x2081
264
+ #define WGL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB 0x2082
265
+ #define WGL_FRONT_LEFT_ARB 0x2083
266
+ #define WGL_FRONT_RIGHT_ARB 0x2084
267
+ #define WGL_BACK_LEFT_ARB 0x2085
268
+ #define WGL_BACK_RIGHT_ARB 0x2086
269
+ #define WGL_AUX0_ARB 0x2087
270
+ #define WGL_AUX1_ARB 0x2088
271
+ #define WGL_AUX2_ARB 0x2089
272
+ #define WGL_AUX3_ARB 0x208A
273
+ #define WGL_AUX4_ARB 0x208B
274
+ #define WGL_AUX5_ARB 0x208C
275
+ #define WGL_AUX6_ARB 0x208D
276
+ #define WGL_AUX7_ARB 0x208E
277
+ #define WGL_AUX8_ARB 0x208F
278
+ #define WGL_AUX9_ARB 0x2090
279
+ #define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091
280
+ #define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092
281
+ #define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093
282
+ #define WGL_CONTEXT_FLAGS_ARB 0x2094
283
+ #define ERROR_INVALID_VERSION_ARB 0x2095
284
+ #define ERROR_INVALID_PROFILE_ARB 0x2096
285
+ #define WGL_CONTEXT_RELEASE_BEHAVIOR_ARB 0x2097
286
+ #define WGL_CONTEXT_RELEASE_BEHAVIOR_FLUSH_ARB 0x2098
287
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_RGB_NV 0x20A0
288
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_RGBA_NV 0x20A1
289
+ #define WGL_TEXTURE_RECTANGLE_NV 0x20A2
290
+ #define WGL_BIND_TO_TEXTURE_DEPTH_NV 0x20A3
291
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_DEPTH_NV 0x20A4
292
+ #define WGL_DEPTH_TEXTURE_FORMAT_NV 0x20A5
293
+ #define WGL_TEXTURE_DEPTH_COMPONENT_NV 0x20A6
294
+ #define WGL_DEPTH_COMPONENT_NV 0x20A7
295
+ #define WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT 0x20A8
296
+ #define WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20A9
297
+ #define WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT 0x20A9
298
+ #define WGL_FLOAT_COMPONENTS_NV 0x20B0
299
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_R_NV 0x20B1
300
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RG_NV 0x20B2
301
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGB_NV 0x20B3
302
+ #define WGL_BIND_TO_TEXTURE_RECTANGLE_FLOAT_RGBA_NV 0x20B4
303
+ #define WGL_TEXTURE_FLOAT_R_NV 0x20B5
304
+ #define WGL_TEXTURE_FLOAT_RG_NV 0x20B6
305
+ #define WGL_TEXTURE_FLOAT_RGB_NV 0x20B7
306
+ #define WGL_TEXTURE_FLOAT_RGBA_NV 0x20B8
307
+ #define WGL_COLOR_SAMPLES_NV 0x20B9
308
+ #define WGL_BIND_TO_VIDEO_RGB_NV 0x20C0
309
+ #define WGL_BIND_TO_VIDEO_RGBA_NV 0x20C1
310
+ #define WGL_BIND_TO_VIDEO_RGB_AND_DEPTH_NV 0x20C2
311
+ #define WGL_VIDEO_OUT_COLOR_NV 0x20C3
312
+ #define WGL_VIDEO_OUT_ALPHA_NV 0x20C4
313
+ #define WGL_VIDEO_OUT_DEPTH_NV 0x20C5
314
+ #define WGL_VIDEO_OUT_COLOR_AND_ALPHA_NV 0x20C6
315
+ #define WGL_VIDEO_OUT_COLOR_AND_DEPTH_NV 0x20C7
316
+ #define WGL_VIDEO_OUT_FRAME 0x20C8
317
+ #define WGL_VIDEO_OUT_FIELD_1 0x20C9
318
+ #define WGL_VIDEO_OUT_FIELD_2 0x20CA
319
+ #define WGL_VIDEO_OUT_STACKED_FIELDS_1_2 0x20CB
320
+ #define WGL_VIDEO_OUT_STACKED_FIELDS_2_1 0x20CC
321
+ #define WGL_UNIQUE_ID_NV 0x20CE
322
+ #define WGL_NUM_VIDEO_CAPTURE_SLOTS_NV 0x20CF
323
+ #define ERROR_INCOMPATIBLE_AFFINITY_MASKS_NV 0x20D0
324
+ #define ERROR_MISSING_AFFINITY_MASK_NV 0x20D1
325
+ #define WGL_NUM_VIDEO_SLOTS_NV 0x20F0
326
+ #define WGL_TYPE_RGBA_FLOAT_ARB 0x21A0
327
+ #define WGL_TYPE_RGBA_FLOAT_ATI 0x21A0
328
+ #define WGL_GPU_FASTEST_TARGET_GPUS_AMD 0x21A2
329
+ #define WGL_GPU_RAM_AMD 0x21A3
330
+ #define WGL_GPU_CLOCK_AMD 0x21A4
331
+ #define WGL_GPU_NUM_PIPES_AMD 0x21A5
332
+ #define WGL_GPU_NUM_SIMD_AMD 0x21A6
333
+ #define WGL_GPU_NUM_RB_AMD 0x21A7
334
+ #define WGL_GPU_NUM_SPI_AMD 0x21A8
335
+ #define WGL_LOSE_CONTEXT_ON_RESET_ARB 0x8252
336
+ #define WGL_CONTEXT_RESET_NOTIFICATION_STRATEGY_ARB 0x8256
337
+ #define WGL_NO_RESET_NOTIFICATION_ARB 0x8261
338
+ #define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126
339
+ #define WGL_FONT_POLYGONS 1
340
+
341
+ typedef void * (GLAPIENTRY *PFNWGLALLOCATEMEMORYNVPROC)(GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
342
+ typedef BOOL (GLAPIENTRY *PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC)(HDC hDC, const HANDLE * pEvent, const LPVOID * pAddress, const DWORD * pSize, UINT count);
343
+ typedef BOOL (GLAPIENTRY *PFNWGLBEGINFRAMETRACKINGI3DPROC)(void);
344
+ typedef GLboolean (GLAPIENTRY *PFNWGLBINDDISPLAYCOLORTABLEEXTPROC)(GLushort id);
345
+ typedef BOOL (GLAPIENTRY *PFNWGLBINDSWAPBARRIERNVPROC)(GLuint group, GLuint barrier);
346
+ typedef BOOL (GLAPIENTRY *PFNWGLBINDTEXIMAGEARBPROC)(HPBUFFERARB hPbuffer, int iBuffer);
347
+ typedef BOOL (GLAPIENTRY *PFNWGLBINDVIDEOCAPTUREDEVICENVPROC)(UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
348
+ typedef BOOL (GLAPIENTRY *PFNWGLBINDVIDEODEVICENVPROC)(HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int * piAttribList);
349
+ typedef BOOL (GLAPIENTRY *PFNWGLBINDVIDEOIMAGENVPROC)(HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
350
+ typedef VOID (GLAPIENTRY *PFNWGLBLITCONTEXTFRAMEBUFFERAMDPROC)(HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
351
+ typedef BOOL (GLAPIENTRY *PFNWGLCHOOSEPIXELFORMATARBPROC)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
352
+ typedef BOOL (GLAPIENTRY *PFNWGLCHOOSEPIXELFORMATEXTPROC)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
353
+ typedef BOOL (GLAPIENTRY *PFNWGLCOPYCONTEXTPROC)(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask);
354
+ typedef BOOL (GLAPIENTRY *PFNWGLCOPYIMAGESUBDATANVPROC)(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);
355
+ typedef HDC (GLAPIENTRY *PFNWGLCREATEAFFINITYDCNVPROC)(const HGPUNV * phGpuList);
356
+ typedef HGLRC (GLAPIENTRY *PFNWGLCREATEASSOCIATEDCONTEXTAMDPROC)(UINT id);
357
+ typedef HGLRC (GLAPIENTRY *PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC)(UINT id, HGLRC hShareContext, const int * attribList);
358
+ typedef HANDLE (GLAPIENTRY *PFNWGLCREATEBUFFERREGIONARBPROC)(HDC hDC, int iLayerPlane, UINT uType);
359
+ typedef HGLRC (GLAPIENTRY *PFNWGLCREATECONTEXTPROC)(HDC hDc);
360
+ typedef HGLRC (GLAPIENTRY *PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC hDC, HGLRC hShareContext, const int * attribList);
361
+ typedef GLboolean (GLAPIENTRY *PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC)(GLushort id);
362
+ typedef LPVOID (GLAPIENTRY *PFNWGLCREATEIMAGEBUFFERI3DPROC)(HDC hDC, DWORD dwSize, UINT uFlags);
363
+ typedef HGLRC (GLAPIENTRY *PFNWGLCREATELAYERCONTEXTPROC)(HDC hDc, int level);
364
+ typedef HPBUFFERARB (GLAPIENTRY *PFNWGLCREATEPBUFFERARBPROC)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
365
+ typedef HPBUFFEREXT (GLAPIENTRY *PFNWGLCREATEPBUFFEREXTPROC)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
366
+ typedef BOOL (GLAPIENTRY *PFNWGLDXCLOSEDEVICENVPROC)(HANDLE hDevice);
367
+ typedef BOOL (GLAPIENTRY *PFNWGLDXLOCKOBJECTSNVPROC)(HANDLE hDevice, GLint count, HANDLE * hObjects);
368
+ typedef BOOL (GLAPIENTRY *PFNWGLDXOBJECTACCESSNVPROC)(HANDLE hObject, GLenum access);
369
+ typedef HANDLE (GLAPIENTRY *PFNWGLDXOPENDEVICENVPROC)(void * dxDevice);
370
+ typedef HANDLE (GLAPIENTRY *PFNWGLDXREGISTEROBJECTNVPROC)(HANDLE hDevice, void * dxObject, GLuint name, GLenum type, GLenum access);
371
+ typedef BOOL (GLAPIENTRY *PFNWGLDXSETRESOURCESHAREHANDLENVPROC)(void * dxObject, HANDLE shareHandle);
372
+ typedef BOOL (GLAPIENTRY *PFNWGLDXUNLOCKOBJECTSNVPROC)(HANDLE hDevice, GLint count, HANDLE * hObjects);
373
+ typedef BOOL (GLAPIENTRY *PFNWGLDXUNREGISTEROBJECTNVPROC)(HANDLE hDevice, HANDLE hObject);
374
+ typedef BOOL (GLAPIENTRY *PFNWGLDELAYBEFORESWAPNVPROC)(HDC hDC, GLfloat seconds);
375
+ typedef BOOL (GLAPIENTRY *PFNWGLDELETEASSOCIATEDCONTEXTAMDPROC)(HGLRC hglrc);
376
+ typedef VOID (GLAPIENTRY *PFNWGLDELETEBUFFERREGIONARBPROC)(HANDLE hRegion);
377
+ typedef BOOL (GLAPIENTRY *PFNWGLDELETECONTEXTPROC)(HGLRC oldContext);
378
+ typedef BOOL (GLAPIENTRY *PFNWGLDELETEDCNVPROC)(HDC hdc);
379
+ typedef BOOL (GLAPIENTRY *PFNWGLDESCRIBELAYERPLANEPROC)(HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR * plpd);
380
+ typedef VOID (GLAPIENTRY *PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC)(GLushort id);
381
+ typedef BOOL (GLAPIENTRY *PFNWGLDESTROYIMAGEBUFFERI3DPROC)(HDC hDC, LPVOID pAddress);
382
+ typedef BOOL (GLAPIENTRY *PFNWGLDESTROYPBUFFERARBPROC)(HPBUFFERARB hPbuffer);
383
+ typedef BOOL (GLAPIENTRY *PFNWGLDESTROYPBUFFEREXTPROC)(HPBUFFEREXT hPbuffer);
384
+ typedef BOOL (GLAPIENTRY *PFNWGLDISABLEFRAMELOCKI3DPROC)(void);
385
+ typedef BOOL (GLAPIENTRY *PFNWGLDISABLEGENLOCKI3DPROC)(HDC hDC);
386
+ typedef BOOL (GLAPIENTRY *PFNWGLENABLEFRAMELOCKI3DPROC)(void);
387
+ typedef BOOL (GLAPIENTRY *PFNWGLENABLEGENLOCKI3DPROC)(HDC hDC);
388
+ typedef BOOL (GLAPIENTRY *PFNWGLENDFRAMETRACKINGI3DPROC)(void);
389
+ typedef BOOL (GLAPIENTRY *PFNWGLENUMGPUDEVICESNVPROC)(HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
390
+ typedef BOOL (GLAPIENTRY *PFNWGLENUMGPUSFROMAFFINITYDCNVPROC)(HDC hAffinityDC, UINT iGpuIndex, HGPUNV * hGpu);
391
+ typedef BOOL (GLAPIENTRY *PFNWGLENUMGPUSNVPROC)(UINT iGpuIndex, HGPUNV * phGpu);
392
+ typedef UINT (GLAPIENTRY *PFNWGLENUMERATEVIDEOCAPTUREDEVICESNVPROC)(HDC hDc, HVIDEOINPUTDEVICENV * phDeviceList);
393
+ typedef int (GLAPIENTRY *PFNWGLENUMERATEVIDEODEVICESNVPROC)(HDC hDC, HVIDEOOUTPUTDEVICENV * phDeviceList);
394
+ typedef void (GLAPIENTRY *PFNWGLFREEMEMORYNVPROC)(void * pointer);
395
+ typedef BOOL (GLAPIENTRY *PFNWGLGENLOCKSAMPLERATEI3DPROC)(HDC hDC, UINT uRate);
396
+ typedef BOOL (GLAPIENTRY *PFNWGLGENLOCKSOURCEDELAYI3DPROC)(HDC hDC, UINT uDelay);
397
+ typedef BOOL (GLAPIENTRY *PFNWGLGENLOCKSOURCEEDGEI3DPROC)(HDC hDC, UINT uEdge);
398
+ typedef BOOL (GLAPIENTRY *PFNWGLGENLOCKSOURCEI3DPROC)(HDC hDC, UINT uSource);
399
+ typedef UINT (GLAPIENTRY *PFNWGLGETCONTEXTGPUIDAMDPROC)(HGLRC hglrc);
400
+ typedef HGLRC (GLAPIENTRY *PFNWGLGETCURRENTASSOCIATEDCONTEXTAMDPROC)(void);
401
+ typedef HGLRC (GLAPIENTRY *PFNWGLGETCURRENTCONTEXTPROC)(void);
402
+ typedef HDC (GLAPIENTRY *PFNWGLGETCURRENTDCPROC)(void);
403
+ typedef HDC (GLAPIENTRY *PFNWGLGETCURRENTREADDCARBPROC)(void);
404
+ typedef HDC (GLAPIENTRY *PFNWGLGETCURRENTREADDCEXTPROC)(void);
405
+ typedef PROC (GLAPIENTRY *PFNWGLGETDEFAULTPROCADDRESSPROC)(LPCSTR lpszProc);
406
+ typedef BOOL (GLAPIENTRY *PFNWGLGETDIGITALVIDEOPARAMETERSI3DPROC)(HDC hDC, int iAttribute, int * piValue);
407
+ typedef const char * (GLAPIENTRY *PFNWGLGETEXTENSIONSSTRINGARBPROC)(HDC hdc);
408
+ typedef const char * (GLAPIENTRY *PFNWGLGETEXTENSIONSSTRINGEXTPROC)(void);
409
+ typedef BOOL (GLAPIENTRY *PFNWGLGETFRAMEUSAGEI3DPROC)(float * pUsage);
410
+ typedef UINT (GLAPIENTRY *PFNWGLGETGPUIDSAMDPROC)(UINT maxCount, UINT * ids);
411
+ typedef INT (GLAPIENTRY *PFNWGLGETGPUINFOAMDPROC)(UINT id, int property, GLenum dataType, UINT size, void * data);
412
+ typedef BOOL (GLAPIENTRY *PFNWGLGETGAMMATABLEI3DPROC)(HDC hDC, int iEntries, USHORT * puRed, USHORT * puGreen, USHORT * puBlue);
413
+ typedef BOOL (GLAPIENTRY *PFNWGLGETGAMMATABLEPARAMETERSI3DPROC)(HDC hDC, int iAttribute, int * piValue);
414
+ typedef BOOL (GLAPIENTRY *PFNWGLGETGENLOCKSAMPLERATEI3DPROC)(HDC hDC, UINT * uRate);
415
+ typedef BOOL (GLAPIENTRY *PFNWGLGETGENLOCKSOURCEDELAYI3DPROC)(HDC hDC, UINT * uDelay);
416
+ typedef BOOL (GLAPIENTRY *PFNWGLGETGENLOCKSOURCEEDGEI3DPROC)(HDC hDC, UINT * uEdge);
417
+ typedef BOOL (GLAPIENTRY *PFNWGLGETGENLOCKSOURCEI3DPROC)(HDC hDC, UINT * uSource);
418
+ typedef int (GLAPIENTRY *PFNWGLGETLAYERPALETTEENTRIESPROC)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
419
+ typedef BOOL (GLAPIENTRY *PFNWGLGETMSCRATEOMLPROC)(HDC hdc, INT32 * numerator, INT32 * denominator);
420
+ typedef HDC (GLAPIENTRY *PFNWGLGETPBUFFERDCARBPROC)(HPBUFFERARB hPbuffer);
421
+ typedef HDC (GLAPIENTRY *PFNWGLGETPBUFFERDCEXTPROC)(HPBUFFEREXT hPbuffer);
422
+ typedef BOOL (GLAPIENTRY *PFNWGLGETPIXELFORMATATTRIBFVARBPROC)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, FLOAT * pfValues);
423
+ typedef BOOL (GLAPIENTRY *PFNWGLGETPIXELFORMATATTRIBFVEXTPROC)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, FLOAT * pfValues);
424
+ typedef BOOL (GLAPIENTRY *PFNWGLGETPIXELFORMATATTRIBIVARBPROC)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, int * piValues);
425
+ typedef BOOL (GLAPIENTRY *PFNWGLGETPIXELFORMATATTRIBIVEXTPROC)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, int * piValues);
426
+ typedef PROC (GLAPIENTRY *PFNWGLGETPROCADDRESSPROC)(LPCSTR lpszProc);
427
+ typedef int (GLAPIENTRY *PFNWGLGETSWAPINTERVALEXTPROC)(void);
428
+ typedef BOOL (GLAPIENTRY *PFNWGLGETSYNCVALUESOMLPROC)(HDC hdc, INT64 * ust, INT64 * msc, INT64 * sbc);
429
+ typedef BOOL (GLAPIENTRY *PFNWGLGETVIDEODEVICENVPROC)(HDC hDC, int numDevices, HPVIDEODEV * hVideoDevice);
430
+ typedef BOOL (GLAPIENTRY *PFNWGLGETVIDEOINFONVPROC)(HPVIDEODEV hpVideoDevice, unsigned long * pulCounterOutputPbuffer, unsigned long * pulCounterOutputVideo);
431
+ typedef BOOL (GLAPIENTRY *PFNWGLISENABLEDFRAMELOCKI3DPROC)(BOOL * pFlag);
432
+ typedef BOOL (GLAPIENTRY *PFNWGLISENABLEDGENLOCKI3DPROC)(HDC hDC, BOOL * pFlag);
433
+ typedef BOOL (GLAPIENTRY *PFNWGLJOINSWAPGROUPNVPROC)(HDC hDC, GLuint group);
434
+ typedef GLboolean (GLAPIENTRY *PFNWGLLOADDISPLAYCOLORTABLEEXTPROC)(const GLushort * table, GLuint length);
435
+ typedef BOOL (GLAPIENTRY *PFNWGLLOCKVIDEOCAPTUREDEVICENVPROC)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
436
+ typedef BOOL (GLAPIENTRY *PFNWGLMAKEASSOCIATEDCONTEXTCURRENTAMDPROC)(HGLRC hglrc);
437
+ typedef BOOL (GLAPIENTRY *PFNWGLMAKECONTEXTCURRENTARBPROC)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
438
+ typedef BOOL (GLAPIENTRY *PFNWGLMAKECONTEXTCURRENTEXTPROC)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
439
+ typedef BOOL (GLAPIENTRY *PFNWGLMAKECURRENTPROC)(HDC hDc, HGLRC newContext);
440
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYCURRENTCONTEXTNVPROC)(int iAttribute, int * piValue);
441
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYFRAMECOUNTNVPROC)(HDC hDC, GLuint * count);
442
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYFRAMELOCKMASTERI3DPROC)(BOOL * pFlag);
443
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYFRAMETRACKINGI3DPROC)(DWORD * pFrameCount, DWORD * pMissedFrames, float * pLastMissedUsage);
444
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYGENLOCKMAXSOURCEDELAYI3DPROC)(HDC hDC, UINT * uMaxLineDelay, UINT * uMaxPixelDelay);
445
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYMAXSWAPGROUPSNVPROC)(HDC hDC, GLuint * maxGroups, GLuint * maxBarriers);
446
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYPBUFFERARBPROC)(HPBUFFERARB hPbuffer, int iAttribute, int * piValue);
447
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYPBUFFEREXTPROC)(HPBUFFEREXT hPbuffer, int iAttribute, int * piValue);
448
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYSWAPGROUPNVPROC)(HDC hDC, GLuint * group, GLuint * barrier);
449
+ typedef BOOL (GLAPIENTRY *PFNWGLQUERYVIDEOCAPTUREDEVICENVPROC)(HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int * piValue);
450
+ typedef BOOL (GLAPIENTRY *PFNWGLREALIZELAYERPALETTEPROC)(HDC hdc, int iLayerPlane, BOOL bRealize);
451
+ typedef BOOL (GLAPIENTRY *PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC)(HDC hDC, const LPVOID * pAddress, UINT count);
452
+ typedef int (GLAPIENTRY *PFNWGLRELEASEPBUFFERDCARBPROC)(HPBUFFERARB hPbuffer, HDC hDC);
453
+ typedef int (GLAPIENTRY *PFNWGLRELEASEPBUFFERDCEXTPROC)(HPBUFFEREXT hPbuffer, HDC hDC);
454
+ typedef BOOL (GLAPIENTRY *PFNWGLRELEASETEXIMAGEARBPROC)(HPBUFFERARB hPbuffer, int iBuffer);
455
+ typedef BOOL (GLAPIENTRY *PFNWGLRELEASEVIDEOCAPTUREDEVICENVPROC)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
456
+ typedef BOOL (GLAPIENTRY *PFNWGLRELEASEVIDEODEVICENVPROC)(HPVIDEODEV hVideoDevice);
457
+ typedef BOOL (GLAPIENTRY *PFNWGLRELEASEVIDEOIMAGENVPROC)(HPBUFFERARB hPbuffer, int iVideoBuffer);
458
+ typedef BOOL (GLAPIENTRY *PFNWGLRESETFRAMECOUNTNVPROC)(HDC hDC);
459
+ typedef BOOL (GLAPIENTRY *PFNWGLRESTOREBUFFERREGIONARBPROC)(HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
460
+ typedef BOOL (GLAPIENTRY *PFNWGLSAVEBUFFERREGIONARBPROC)(HANDLE hRegion, int x, int y, int width, int height);
461
+ typedef BOOL (GLAPIENTRY *PFNWGLSENDPBUFFERTOVIDEONVPROC)(HPBUFFERARB hPbuffer, int iBufferType, unsigned long * pulCounterPbuffer, BOOL bBlock);
462
+ typedef BOOL (GLAPIENTRY *PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC)(HDC hDC, int iAttribute, const int * piValue);
463
+ typedef BOOL (GLAPIENTRY *PFNWGLSETGAMMATABLEI3DPROC)(HDC hDC, int iEntries, const USHORT * puRed, const USHORT * puGreen, const USHORT * puBlue);
464
+ typedef BOOL (GLAPIENTRY *PFNWGLSETGAMMATABLEPARAMETERSI3DPROC)(HDC hDC, int iAttribute, const int * piValue);
465
+ typedef int (GLAPIENTRY *PFNWGLSETLAYERPALETTEENTRIESPROC)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
466
+ typedef BOOL (GLAPIENTRY *PFNWGLSETPBUFFERATTRIBARBPROC)(HPBUFFERARB hPbuffer, const int * piAttribList);
467
+ typedef BOOL (GLAPIENTRY *PFNWGLSETSTEREOEMITTERSTATE3DLPROC)(HDC hDC, UINT uState);
468
+ typedef BOOL (GLAPIENTRY *PFNWGLSHARELISTSPROC)(HGLRC hrcSrvShare, HGLRC hrcSrvSource);
469
+ typedef INT64 (GLAPIENTRY *PFNWGLSWAPBUFFERSMSCOMLPROC)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
470
+ typedef BOOL (GLAPIENTRY *PFNWGLSWAPINTERVALEXTPROC)(int interval);
471
+ typedef BOOL (GLAPIENTRY *PFNWGLSWAPLAYERBUFFERSPROC)(HDC hdc, UINT fuFlags);
472
+ typedef INT64 (GLAPIENTRY *PFNWGLSWAPLAYERBUFFERSMSCOMLPROC)(HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
473
+ typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTBITMAPSAPROC)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
474
+ typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTBITMAPSWPROC)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
475
+ typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTOUTLINESPROC)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
476
+ typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTOUTLINESAPROC)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
477
+ typedef BOOL (GLAPIENTRY *PFNWGLUSEFONTOUTLINESWPROC)(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
478
+ typedef BOOL (GLAPIENTRY *PFNWGLWAITFORMSCOMLPROC)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 * ust, INT64 * msc, INT64 * sbc);
479
+ 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);
481
+
482
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglAssociateImageBufferEventsI3D)(HDC hDC, const HANDLE * pEvent, const LPVOID * pAddress, const DWORD * pSize, UINT count);
483
+
484
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBeginFrameTrackingI3D)(void);
485
+
486
+ extern EPOXY_IMPORTEXPORT GLboolean (EPOXY_CALLSPEC *epoxy_wglBindDisplayColorTableEXT)(GLushort id);
487
+
488
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindSwapBarrierNV)(GLuint group, GLuint barrier);
489
+
490
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindTexImageARB)(HPBUFFERARB hPbuffer, int iBuffer);
491
+
492
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoCaptureDeviceNV)(UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice);
493
+
494
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoDeviceNV)(HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int * piAttribList);
495
+
496
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglBindVideoImageNV)(HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer);
497
+
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);
499
+
500
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglChoosePixelFormatARB)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
501
+
502
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglChoosePixelFormatEXT)(HDC hdc, const int * piAttribIList, const FLOAT * pfAttribFList, UINT nMaxFormats, int * piFormats, UINT * nNumFormats);
503
+
504
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglCopyContext)(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask);
505
+
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);
507
+
508
+ extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglCreateAffinityDCNV)(const HGPUNV * phGpuList);
509
+
510
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateAssociatedContextAMD)(UINT id);
511
+
512
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateAssociatedContextAttribsAMD)(UINT id, HGLRC hShareContext, const int * attribList);
513
+
514
+ extern EPOXY_IMPORTEXPORT HANDLE (EPOXY_CALLSPEC *epoxy_wglCreateBufferRegionARB)(HDC hDC, int iLayerPlane, UINT uType);
515
+
516
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateContext)(HDC hDc);
517
+
518
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateContextAttribsARB)(HDC hDC, HGLRC hShareContext, const int * attribList);
519
+
520
+ extern EPOXY_IMPORTEXPORT GLboolean (EPOXY_CALLSPEC *epoxy_wglCreateDisplayColorTableEXT)(GLushort id);
521
+
522
+ extern EPOXY_IMPORTEXPORT LPVOID (EPOXY_CALLSPEC *epoxy_wglCreateImageBufferI3D)(HDC hDC, DWORD dwSize, UINT uFlags);
523
+
524
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglCreateLayerContext)(HDC hDc, int level);
525
+
526
+ extern EPOXY_IMPORTEXPORT HPBUFFERARB (EPOXY_CALLSPEC *epoxy_wglCreatePbufferARB)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
527
+
528
+ extern EPOXY_IMPORTEXPORT HPBUFFEREXT (EPOXY_CALLSPEC *epoxy_wglCreatePbufferEXT)(HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int * piAttribList);
529
+
530
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXCloseDeviceNV)(HANDLE hDevice);
531
+
532
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXLockObjectsNV)(HANDLE hDevice, GLint count, HANDLE * hObjects);
533
+
534
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXObjectAccessNV)(HANDLE hObject, GLenum access);
535
+
536
+ extern EPOXY_IMPORTEXPORT HANDLE (EPOXY_CALLSPEC *epoxy_wglDXOpenDeviceNV)(void * dxDevice);
537
+
538
+ extern EPOXY_IMPORTEXPORT HANDLE (EPOXY_CALLSPEC *epoxy_wglDXRegisterObjectNV)(HANDLE hDevice, void * dxObject, GLuint name, GLenum type, GLenum access);
539
+
540
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXSetResourceShareHandleNV)(void * dxObject, HANDLE shareHandle);
541
+
542
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXUnlockObjectsNV)(HANDLE hDevice, GLint count, HANDLE * hObjects);
543
+
544
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDXUnregisterObjectNV)(HANDLE hDevice, HANDLE hObject);
545
+
546
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDelayBeforeSwapNV)(HDC hDC, GLfloat seconds);
547
+
548
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteAssociatedContextAMD)(HGLRC hglrc);
549
+
550
+ extern EPOXY_IMPORTEXPORT VOID (EPOXY_CALLSPEC *epoxy_wglDeleteBufferRegionARB)(HANDLE hRegion);
551
+
552
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteContext)(HGLRC oldContext);
553
+
554
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDeleteDCNV)(HDC hdc);
555
+
556
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDescribeLayerPlane)(HDC hDc, int pixelFormat, int layerPlane, UINT nBytes, const LAYERPLANEDESCRIPTOR * plpd);
557
+
558
+ extern EPOXY_IMPORTEXPORT VOID (EPOXY_CALLSPEC *epoxy_wglDestroyDisplayColorTableEXT)(GLushort id);
559
+
560
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyImageBufferI3D)(HDC hDC, LPVOID pAddress);
561
+
562
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyPbufferARB)(HPBUFFERARB hPbuffer);
563
+
564
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDestroyPbufferEXT)(HPBUFFEREXT hPbuffer);
565
+
566
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDisableFrameLockI3D)(void);
567
+
568
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglDisableGenlockI3D)(HDC hDC);
569
+
570
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnableFrameLockI3D)(void);
571
+
572
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnableGenlockI3D)(HDC hDC);
573
+
574
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEndFrameTrackingI3D)(void);
575
+
576
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpuDevicesNV)(HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice);
577
+
578
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpusFromAffinityDCNV)(HDC hAffinityDC, UINT iGpuIndex, HGPUNV * hGpu);
579
+
580
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglEnumGpusNV)(UINT iGpuIndex, HGPUNV * phGpu);
581
+
582
+ extern EPOXY_IMPORTEXPORT UINT (EPOXY_CALLSPEC *epoxy_wglEnumerateVideoCaptureDevicesNV)(HDC hDc, HVIDEOINPUTDEVICENV * phDeviceList);
583
+
584
+ extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglEnumerateVideoDevicesNV)(HDC hDC, HVIDEOOUTPUTDEVICENV * phDeviceList);
585
+
586
+ extern EPOXY_IMPORTEXPORT void (EPOXY_CALLSPEC *epoxy_wglFreeMemoryNV)(void * pointer);
587
+
588
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSampleRateI3D)(HDC hDC, UINT uRate);
589
+
590
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceDelayI3D)(HDC hDC, UINT uDelay);
591
+
592
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceEdgeI3D)(HDC hDC, UINT uEdge);
593
+
594
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGenlockSourceI3D)(HDC hDC, UINT uSource);
595
+
596
+ extern EPOXY_IMPORTEXPORT UINT (EPOXY_CALLSPEC *epoxy_wglGetContextGPUIDAMD)(HGLRC hglrc);
597
+
598
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglGetCurrentAssociatedContextAMD)(void);
599
+
600
+ extern EPOXY_IMPORTEXPORT HGLRC (EPOXY_CALLSPEC *epoxy_wglGetCurrentContext)(void);
601
+
602
+ extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentDC)(void);
603
+
604
+ extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentReadDCARB)(void);
605
+
606
+ extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetCurrentReadDCEXT)(void);
607
+
608
+ extern EPOXY_IMPORTEXPORT PROC (EPOXY_CALLSPEC *epoxy_wglGetDefaultProcAddress)(LPCSTR lpszProc);
609
+
610
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetDigitalVideoParametersI3D)(HDC hDC, int iAttribute, int * piValue);
611
+
612
+ extern EPOXY_IMPORTEXPORT const char * (EPOXY_CALLSPEC *epoxy_wglGetExtensionsStringARB)(HDC hdc);
613
+
614
+ extern EPOXY_IMPORTEXPORT const char * (EPOXY_CALLSPEC *epoxy_wglGetExtensionsStringEXT)(void);
615
+
616
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetFrameUsageI3D)(float * pUsage);
617
+
618
+ extern EPOXY_IMPORTEXPORT UINT (EPOXY_CALLSPEC *epoxy_wglGetGPUIDsAMD)(UINT maxCount, UINT * ids);
619
+
620
+ extern EPOXY_IMPORTEXPORT INT (EPOXY_CALLSPEC *epoxy_wglGetGPUInfoAMD)(UINT id, int property, GLenum dataType, UINT size, void * data);
621
+
622
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGammaTableI3D)(HDC hDC, int iEntries, USHORT * puRed, USHORT * puGreen, USHORT * puBlue);
623
+
624
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGammaTableParametersI3D)(HDC hDC, int iAttribute, int * piValue);
625
+
626
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSampleRateI3D)(HDC hDC, UINT * uRate);
627
+
628
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceDelayI3D)(HDC hDC, UINT * uDelay);
629
+
630
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceEdgeI3D)(HDC hDC, UINT * uEdge);
631
+
632
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetGenlockSourceI3D)(HDC hDC, UINT * uSource);
633
+
634
+ extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglGetLayerPaletteEntries)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
635
+
636
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetMscRateOML)(HDC hdc, INT32 * numerator, INT32 * denominator);
637
+
638
+ extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetPbufferDCARB)(HPBUFFERARB hPbuffer);
639
+
640
+ extern EPOXY_IMPORTEXPORT HDC (EPOXY_CALLSPEC *epoxy_wglGetPbufferDCEXT)(HPBUFFEREXT hPbuffer);
641
+
642
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribfvARB)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, FLOAT * pfValues);
643
+
644
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribfvEXT)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, FLOAT * pfValues);
645
+
646
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int * piAttributes, int * piValues);
647
+
648
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetPixelFormatAttribivEXT)(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int * piAttributes, int * piValues);
649
+
650
+ extern EPOXY_IMPORTEXPORT PROC (EPOXY_CALLSPEC *epoxy_wglGetProcAddress)(LPCSTR lpszProc);
651
+
652
+ extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglGetSwapIntervalEXT)(void);
653
+
654
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetSyncValuesOML)(HDC hdc, INT64 * ust, INT64 * msc, INT64 * sbc);
655
+
656
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetVideoDeviceNV)(HDC hDC, int numDevices, HPVIDEODEV * hVideoDevice);
657
+
658
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglGetVideoInfoNV)(HPVIDEODEV hpVideoDevice, unsigned long * pulCounterOutputPbuffer, unsigned long * pulCounterOutputVideo);
659
+
660
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglIsEnabledFrameLockI3D)(BOOL * pFlag);
661
+
662
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglIsEnabledGenlockI3D)(HDC hDC, BOOL * pFlag);
663
+
664
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglJoinSwapGroupNV)(HDC hDC, GLuint group);
665
+
666
+ extern EPOXY_IMPORTEXPORT GLboolean (EPOXY_CALLSPEC *epoxy_wglLoadDisplayColorTableEXT)(const GLushort * table, GLuint length);
667
+
668
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglLockVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
669
+
670
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeAssociatedContextCurrentAMD)(HGLRC hglrc);
671
+
672
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeContextCurrentARB)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
673
+
674
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeContextCurrentEXT)(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
675
+
676
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglMakeCurrent)(HDC hDc, HGLRC newContext);
677
+
678
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryCurrentContextNV)(int iAttribute, int * piValue);
679
+
680
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameCountNV)(HDC hDC, GLuint * count);
681
+
682
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameLockMasterI3D)(BOOL * pFlag);
683
+
684
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryFrameTrackingI3D)(DWORD * pFrameCount, DWORD * pMissedFrames, float * pLastMissedUsage);
685
+
686
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryGenlockMaxSourceDelayI3D)(HDC hDC, UINT * uMaxLineDelay, UINT * uMaxPixelDelay);
687
+
688
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryMaxSwapGroupsNV)(HDC hDC, GLuint * maxGroups, GLuint * maxBarriers);
689
+
690
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryPbufferARB)(HPBUFFERARB hPbuffer, int iAttribute, int * piValue);
691
+
692
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryPbufferEXT)(HPBUFFEREXT hPbuffer, int iAttribute, int * piValue);
693
+
694
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQuerySwapGroupNV)(HDC hDC, GLuint * group, GLuint * barrier);
695
+
696
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglQueryVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int * piValue);
697
+
698
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglRealizeLayerPalette)(HDC hdc, int iLayerPlane, BOOL bRealize);
699
+
700
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseImageBufferEventsI3D)(HDC hDC, const LPVOID * pAddress, UINT count);
701
+
702
+ extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglReleasePbufferDCARB)(HPBUFFERARB hPbuffer, HDC hDC);
703
+
704
+ extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglReleasePbufferDCEXT)(HPBUFFEREXT hPbuffer, HDC hDC);
705
+
706
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseTexImageARB)(HPBUFFERARB hPbuffer, int iBuffer);
707
+
708
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoCaptureDeviceNV)(HDC hDc, HVIDEOINPUTDEVICENV hDevice);
709
+
710
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoDeviceNV)(HPVIDEODEV hVideoDevice);
711
+
712
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglReleaseVideoImageNV)(HPBUFFERARB hPbuffer, int iVideoBuffer);
713
+
714
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglResetFrameCountNV)(HDC hDC);
715
+
716
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglRestoreBufferRegionARB)(HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
717
+
718
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSaveBufferRegionARB)(HANDLE hRegion, int x, int y, int width, int height);
719
+
720
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSendPbufferToVideoNV)(HPBUFFERARB hPbuffer, int iBufferType, unsigned long * pulCounterPbuffer, BOOL bBlock);
721
+
722
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetDigitalVideoParametersI3D)(HDC hDC, int iAttribute, const int * piValue);
723
+
724
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetGammaTableI3D)(HDC hDC, int iEntries, const USHORT * puRed, const USHORT * puGreen, const USHORT * puBlue);
725
+
726
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetGammaTableParametersI3D)(HDC hDC, int iAttribute, const int * piValue);
727
+
728
+ extern EPOXY_IMPORTEXPORT int (EPOXY_CALLSPEC *epoxy_wglSetLayerPaletteEntries)(HDC hdc, int iLayerPlane, int iStart, int cEntries, const COLORREF * pcr);
729
+
730
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetPbufferAttribARB)(HPBUFFERARB hPbuffer, const int * piAttribList);
731
+
732
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSetStereoEmitterState3DL)(HDC hDC, UINT uState);
733
+
734
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglShareLists)(HGLRC hrcSrvShare, HGLRC hrcSrvSource);
735
+
736
+ extern EPOXY_IMPORTEXPORT INT64 (EPOXY_CALLSPEC *epoxy_wglSwapBuffersMscOML)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder);
737
+
738
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSwapIntervalEXT)(int interval);
739
+
740
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglSwapLayerBuffers)(HDC hdc, UINT fuFlags);
741
+
742
+ extern EPOXY_IMPORTEXPORT INT64 (EPOXY_CALLSPEC *epoxy_wglSwapLayerBuffersMscOML)(HDC hdc, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder);
743
+
744
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontBitmapsA)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
745
+
746
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglUseFontBitmapsW)(HDC hDC, DWORD first, DWORD count, DWORD listBase);
747
+
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);
749
+
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);
751
+
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);
753
+
754
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglWaitForMscOML)(HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 * ust, INT64 * msc, INT64 * sbc);
755
+
756
+ extern EPOXY_IMPORTEXPORT BOOL (EPOXY_CALLSPEC *epoxy_wglWaitForSbcOML)(HDC hdc, INT64 target_sbc, INT64 * ust, INT64 * msc, INT64 * sbc);
757
+
758
+ #define wglAllocateMemoryNV epoxy_wglAllocateMemoryNV
759
+ #define wglAssociateImageBufferEventsI3D epoxy_wglAssociateImageBufferEventsI3D
760
+ #define wglBeginFrameTrackingI3D epoxy_wglBeginFrameTrackingI3D
761
+ #define wglBindDisplayColorTableEXT epoxy_wglBindDisplayColorTableEXT
762
+ #define wglBindSwapBarrierNV epoxy_wglBindSwapBarrierNV
763
+ #define wglBindTexImageARB epoxy_wglBindTexImageARB
764
+ #define wglBindVideoCaptureDeviceNV epoxy_wglBindVideoCaptureDeviceNV
765
+ #define wglBindVideoDeviceNV epoxy_wglBindVideoDeviceNV
766
+ #define wglBindVideoImageNV epoxy_wglBindVideoImageNV
767
+ #define wglBlitContextFramebufferAMD epoxy_wglBlitContextFramebufferAMD
768
+ #define wglChoosePixelFormatARB epoxy_wglChoosePixelFormatARB
769
+ #define wglChoosePixelFormatEXT epoxy_wglChoosePixelFormatEXT
770
+ #define wglCopyContext epoxy_wglCopyContext
771
+ #define wglCopyImageSubDataNV epoxy_wglCopyImageSubDataNV
772
+ #define wglCreateAffinityDCNV epoxy_wglCreateAffinityDCNV
773
+ #define wglCreateAssociatedContextAMD epoxy_wglCreateAssociatedContextAMD
774
+ #define wglCreateAssociatedContextAttribsAMD epoxy_wglCreateAssociatedContextAttribsAMD
775
+ #define wglCreateBufferRegionARB epoxy_wglCreateBufferRegionARB
776
+ #define wglCreateContext epoxy_wglCreateContext
777
+ #define wglCreateContextAttribsARB epoxy_wglCreateContextAttribsARB
778
+ #define wglCreateDisplayColorTableEXT epoxy_wglCreateDisplayColorTableEXT
779
+ #define wglCreateImageBufferI3D epoxy_wglCreateImageBufferI3D
780
+ #define wglCreateLayerContext epoxy_wglCreateLayerContext
781
+ #define wglCreatePbufferARB epoxy_wglCreatePbufferARB
782
+ #define wglCreatePbufferEXT epoxy_wglCreatePbufferEXT
783
+ #define wglDXCloseDeviceNV epoxy_wglDXCloseDeviceNV
784
+ #define wglDXLockObjectsNV epoxy_wglDXLockObjectsNV
785
+ #define wglDXObjectAccessNV epoxy_wglDXObjectAccessNV
786
+ #define wglDXOpenDeviceNV epoxy_wglDXOpenDeviceNV
787
+ #define wglDXRegisterObjectNV epoxy_wglDXRegisterObjectNV
788
+ #define wglDXSetResourceShareHandleNV epoxy_wglDXSetResourceShareHandleNV
789
+ #define wglDXUnlockObjectsNV epoxy_wglDXUnlockObjectsNV
790
+ #define wglDXUnregisterObjectNV epoxy_wglDXUnregisterObjectNV
791
+ #define wglDelayBeforeSwapNV epoxy_wglDelayBeforeSwapNV
792
+ #define wglDeleteAssociatedContextAMD epoxy_wglDeleteAssociatedContextAMD
793
+ #define wglDeleteBufferRegionARB epoxy_wglDeleteBufferRegionARB
794
+ #define wglDeleteContext epoxy_wglDeleteContext
795
+ #define wglDeleteDCNV epoxy_wglDeleteDCNV
796
+ #define wglDescribeLayerPlane epoxy_wglDescribeLayerPlane
797
+ #define wglDestroyDisplayColorTableEXT epoxy_wglDestroyDisplayColorTableEXT
798
+ #define wglDestroyImageBufferI3D epoxy_wglDestroyImageBufferI3D
799
+ #define wglDestroyPbufferARB epoxy_wglDestroyPbufferARB
800
+ #define wglDestroyPbufferEXT epoxy_wglDestroyPbufferEXT
801
+ #define wglDisableFrameLockI3D epoxy_wglDisableFrameLockI3D
802
+ #define wglDisableGenlockI3D epoxy_wglDisableGenlockI3D
803
+ #define wglEnableFrameLockI3D epoxy_wglEnableFrameLockI3D
804
+ #define wglEnableGenlockI3D epoxy_wglEnableGenlockI3D
805
+ #define wglEndFrameTrackingI3D epoxy_wglEndFrameTrackingI3D
806
+ #define wglEnumGpuDevicesNV epoxy_wglEnumGpuDevicesNV
807
+ #define wglEnumGpusFromAffinityDCNV epoxy_wglEnumGpusFromAffinityDCNV
808
+ #define wglEnumGpusNV epoxy_wglEnumGpusNV
809
+ #define wglEnumerateVideoCaptureDevicesNV epoxy_wglEnumerateVideoCaptureDevicesNV
810
+ #define wglEnumerateVideoDevicesNV epoxy_wglEnumerateVideoDevicesNV
811
+ #define wglFreeMemoryNV epoxy_wglFreeMemoryNV
812
+ #define wglGenlockSampleRateI3D epoxy_wglGenlockSampleRateI3D
813
+ #define wglGenlockSourceDelayI3D epoxy_wglGenlockSourceDelayI3D
814
+ #define wglGenlockSourceEdgeI3D epoxy_wglGenlockSourceEdgeI3D
815
+ #define wglGenlockSourceI3D epoxy_wglGenlockSourceI3D
816
+ #define wglGetContextGPUIDAMD epoxy_wglGetContextGPUIDAMD
817
+ #define wglGetCurrentAssociatedContextAMD epoxy_wglGetCurrentAssociatedContextAMD
818
+ #define wglGetCurrentContext epoxy_wglGetCurrentContext
819
+ #define wglGetCurrentDC epoxy_wglGetCurrentDC
820
+ #define wglGetCurrentReadDCARB epoxy_wglGetCurrentReadDCARB
821
+ #define wglGetCurrentReadDCEXT epoxy_wglGetCurrentReadDCEXT
822
+ #define wglGetDefaultProcAddress epoxy_wglGetDefaultProcAddress
823
+ #define wglGetDigitalVideoParametersI3D epoxy_wglGetDigitalVideoParametersI3D
824
+ #define wglGetExtensionsStringARB epoxy_wglGetExtensionsStringARB
825
+ #define wglGetExtensionsStringEXT epoxy_wglGetExtensionsStringEXT
826
+ #define wglGetFrameUsageI3D epoxy_wglGetFrameUsageI3D
827
+ #define wglGetGPUIDsAMD epoxy_wglGetGPUIDsAMD
828
+ #define wglGetGPUInfoAMD epoxy_wglGetGPUInfoAMD
829
+ #define wglGetGammaTableI3D epoxy_wglGetGammaTableI3D
830
+ #define wglGetGammaTableParametersI3D epoxy_wglGetGammaTableParametersI3D
831
+ #define wglGetGenlockSampleRateI3D epoxy_wglGetGenlockSampleRateI3D
832
+ #define wglGetGenlockSourceDelayI3D epoxy_wglGetGenlockSourceDelayI3D
833
+ #define wglGetGenlockSourceEdgeI3D epoxy_wglGetGenlockSourceEdgeI3D
834
+ #define wglGetGenlockSourceI3D epoxy_wglGetGenlockSourceI3D
835
+ #define wglGetLayerPaletteEntries epoxy_wglGetLayerPaletteEntries
836
+ #define wglGetMscRateOML epoxy_wglGetMscRateOML
837
+ #define wglGetPbufferDCARB epoxy_wglGetPbufferDCARB
838
+ #define wglGetPbufferDCEXT epoxy_wglGetPbufferDCEXT
839
+ #define wglGetPixelFormatAttribfvARB epoxy_wglGetPixelFormatAttribfvARB
840
+ #define wglGetPixelFormatAttribfvEXT epoxy_wglGetPixelFormatAttribfvEXT
841
+ #define wglGetPixelFormatAttribivARB epoxy_wglGetPixelFormatAttribivARB
842
+ #define wglGetPixelFormatAttribivEXT epoxy_wglGetPixelFormatAttribivEXT
843
+ #define wglGetProcAddress epoxy_wglGetProcAddress
844
+ #define wglGetSwapIntervalEXT epoxy_wglGetSwapIntervalEXT
845
+ #define wglGetSyncValuesOML epoxy_wglGetSyncValuesOML
846
+ #define wglGetVideoDeviceNV epoxy_wglGetVideoDeviceNV
847
+ #define wglGetVideoInfoNV epoxy_wglGetVideoInfoNV
848
+ #define wglIsEnabledFrameLockI3D epoxy_wglIsEnabledFrameLockI3D
849
+ #define wglIsEnabledGenlockI3D epoxy_wglIsEnabledGenlockI3D
850
+ #define wglJoinSwapGroupNV epoxy_wglJoinSwapGroupNV
851
+ #define wglLoadDisplayColorTableEXT epoxy_wglLoadDisplayColorTableEXT
852
+ #define wglLockVideoCaptureDeviceNV epoxy_wglLockVideoCaptureDeviceNV
853
+ #define wglMakeAssociatedContextCurrentAMD epoxy_wglMakeAssociatedContextCurrentAMD
854
+ #define wglMakeContextCurrentARB epoxy_wglMakeContextCurrentARB
855
+ #define wglMakeContextCurrentEXT epoxy_wglMakeContextCurrentEXT
856
+ #define wglMakeCurrent epoxy_wglMakeCurrent
857
+ #define wglQueryCurrentContextNV epoxy_wglQueryCurrentContextNV
858
+ #define wglQueryFrameCountNV epoxy_wglQueryFrameCountNV
859
+ #define wglQueryFrameLockMasterI3D epoxy_wglQueryFrameLockMasterI3D
860
+ #define wglQueryFrameTrackingI3D epoxy_wglQueryFrameTrackingI3D
861
+ #define wglQueryGenlockMaxSourceDelayI3D epoxy_wglQueryGenlockMaxSourceDelayI3D
862
+ #define wglQueryMaxSwapGroupsNV epoxy_wglQueryMaxSwapGroupsNV
863
+ #define wglQueryPbufferARB epoxy_wglQueryPbufferARB
864
+ #define wglQueryPbufferEXT epoxy_wglQueryPbufferEXT
865
+ #define wglQuerySwapGroupNV epoxy_wglQuerySwapGroupNV
866
+ #define wglQueryVideoCaptureDeviceNV epoxy_wglQueryVideoCaptureDeviceNV
867
+ #define wglRealizeLayerPalette epoxy_wglRealizeLayerPalette
868
+ #define wglReleaseImageBufferEventsI3D epoxy_wglReleaseImageBufferEventsI3D
869
+ #define wglReleasePbufferDCARB epoxy_wglReleasePbufferDCARB
870
+ #define wglReleasePbufferDCEXT epoxy_wglReleasePbufferDCEXT
871
+ #define wglReleaseTexImageARB epoxy_wglReleaseTexImageARB
872
+ #define wglReleaseVideoCaptureDeviceNV epoxy_wglReleaseVideoCaptureDeviceNV
873
+ #define wglReleaseVideoDeviceNV epoxy_wglReleaseVideoDeviceNV
874
+ #define wglReleaseVideoImageNV epoxy_wglReleaseVideoImageNV
875
+ #define wglResetFrameCountNV epoxy_wglResetFrameCountNV
876
+ #define wglRestoreBufferRegionARB epoxy_wglRestoreBufferRegionARB
877
+ #define wglSaveBufferRegionARB epoxy_wglSaveBufferRegionARB
878
+ #define wglSendPbufferToVideoNV epoxy_wglSendPbufferToVideoNV
879
+ #define wglSetDigitalVideoParametersI3D epoxy_wglSetDigitalVideoParametersI3D
880
+ #define wglSetGammaTableI3D epoxy_wglSetGammaTableI3D
881
+ #define wglSetGammaTableParametersI3D epoxy_wglSetGammaTableParametersI3D
882
+ #define wglSetLayerPaletteEntries epoxy_wglSetLayerPaletteEntries
883
+ #define wglSetPbufferAttribARB epoxy_wglSetPbufferAttribARB
884
+ #define wglSetStereoEmitterState3DL epoxy_wglSetStereoEmitterState3DL
885
+ #define wglShareLists epoxy_wglShareLists
886
+ #define wglSwapBuffersMscOML epoxy_wglSwapBuffersMscOML
887
+ #define wglSwapIntervalEXT epoxy_wglSwapIntervalEXT
888
+ #define wglSwapLayerBuffers epoxy_wglSwapLayerBuffers
889
+ #define wglSwapLayerBuffersMscOML epoxy_wglSwapLayerBuffersMscOML
890
+ #define wglUseFontBitmapsA epoxy_wglUseFontBitmapsA
891
+ #define wglUseFontBitmapsW epoxy_wglUseFontBitmapsW
892
+ #define wglUseFontOutlines epoxy_wglUseFontOutlines
893
+ #define wglUseFontOutlinesA epoxy_wglUseFontOutlinesA
894
+ #define wglUseFontOutlinesW epoxy_wglUseFontOutlinesW
895
+ #define wglWaitForMscOML epoxy_wglWaitForMscOML
896
+ #define wglWaitForSbcOML epoxy_wglWaitForSbcOML