From 8f8e7df3adf63221d70cfff54aec9c56ffbd5385 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 7 Sep 2020 18:53:00 +0100 Subject: Rejig PCL/PXL to call graphics library rather than device functions. Also remove pl_begin_image2/pl_image_data2/pl_end_image2 etc functions - might as well just call direct. This leaves pldraw.c and pldraw.h empty, so remove them. Also, take the opportunity to fix some potential cleanup problems. --- windows/ghostpcl.vcxproj | 4 +--- windows/ghostpcl.vcxproj.filters | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'windows') diff --git a/windows/ghostpcl.vcxproj b/windows/ghostpcl.vcxproj index e7cce71fc..8586ee195 100644 --- a/windows/ghostpcl.vcxproj +++ b/windows/ghostpcl.vcxproj @@ -479,7 +479,6 @@ - @@ -576,7 +575,6 @@ - @@ -613,4 +611,4 @@ - + \ No newline at end of file diff --git a/windows/ghostpcl.vcxproj.filters b/windows/ghostpcl.vcxproj.filters index 048decea2..f797fde32 100644 --- a/windows/ghostpcl.vcxproj.filters +++ b/windows/ghostpcl.vcxproj.filters @@ -204,9 +204,6 @@ pl - - pl - pl @@ -491,9 +488,6 @@ pl %28.h%29 - - pl %28.h%29 - pl %28.h%29 -- cgit v1.2.1