Files
lace/3-mid/opengl/source/platform/glx/private/opengl-surface-privvy.ads
2022-07-31 17:34:54 +10:00

10 lines
149 B
Ada

with
GLX;
package openGL.Surface.privvy
is
function to_GLX (Self : in Surface.item'Class) return glx.Drawable;
end openGL.Surface.privvy;