Browse Source

Update zgl_render_target.pas

Seenkao 3 years ago
parent
commit
c792bcdddc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Zengl_SRC/src/zgl_render_target.pas

+ 3 - 0
Zengl_SRC/src/zgl_render_target.pas

@@ -29,7 +29,9 @@ interface
 uses
 uses
   {$IFDEF USE_X11}
   {$IFDEF USE_X11}
   X, XLib, XUtil,
   X, XLib, XUtil,
+  {$IfNDef USE_GLES}
   zgl_glx_wgl,
   zgl_glx_wgl,
+  {$EndIf}
   {$ENDIF}
   {$ENDIF}
   {$IFDEF WINDOWS}
   {$IFDEF WINDOWS}
   Windows,
   Windows,
@@ -103,6 +105,7 @@ uses
   zgl_render_2d,
   zgl_render_2d,
   zgl_sprite_2d,
   zgl_sprite_2d,
   zgl_log,
   zgl_log,
+  zgl_types,
   zgl_utils;
   zgl_utils;
 
 
 {$IFNDEF USE_GLES}
 {$IFNDEF USE_GLES}