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

14 lines
262 B
Ada

package body openGL.Surface.privvy
is
-- function to_glx (Self : in Surface.item'Class) return glx.GLXDrawable
-- is
-- begin
-- return Self.glx_Surface;
-- end to_glx;
procedure dummy is begin null; end;
end openGL.Surface.privvy;