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

11 lines
198 B
Ada

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