update lucida
This commit is contained in:
parent
7bd7fd2f4f
commit
17157e4aa8
24 changed files with 160 additions and 96 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#include <cursor.h>
|
||||
|
||||
typedef struct Document Document;
|
||||
|
||||
struct Document {
|
||||
|
|
@ -44,6 +42,7 @@ extern int mknewwindow;
|
|||
|
||||
void rot180(Image*);
|
||||
Image *rot90(Image*);
|
||||
Image *rot270(Image*);
|
||||
Image *resample(Image*, Image*);
|
||||
|
||||
/* ghostscript interface shared by ps, pdf */
|
||||
|
|
@ -57,7 +56,7 @@ struct GSInfo {
|
|||
};
|
||||
void waitgs(GSInfo*);
|
||||
int gscmd(GSInfo*, char*, ...);
|
||||
int spawngs(GSInfo*);
|
||||
int spawngs(GSInfo*, char*);
|
||||
void setdim(GSInfo*, Rectangle, int, int);
|
||||
int spawnwriter(GSInfo*, Biobuf*);
|
||||
Rectangle screenrect(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue