1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-08 17:35:55 +01:00

added rotation

This commit is contained in:
kojima
2000-02-27 19:51:30 +00:00
parent 13b197ff5b
commit 0efd007607
5 changed files with 108 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ libwraster_la_LDFLAGS = -version-info 2:0:0
bin_SCRIPTS = get-wraster-flags
noinst_PROGRAMS = testgrad testdraw view
noinst_PROGRAMS = testgrad testdraw view testrot
EXTRA_DIST = test.png tile.xpm ballot_box.xpm
include_HEADERS = wraster.h
@@ -32,6 +32,7 @@ libwraster_la_SOURCES = \
context.c \
misc.c \
scale.c \
rotate.c \
convolve.c \
nxpm.c \
xpm.c \
@@ -66,6 +67,11 @@ testgrad_SOURCES = testgrad.c
testgrad_LDADD = $(LIBLIST)
testrot_SOURCES = testrot.c
testrot_LDADD = $(LIBLIST)
testdraw_SOURCES = testdraw.c
testdraw_LDADD = $(LIBLIST)