disable fading opacity changes

This commit is contained in:
Christopher Jeffrey
2011-12-09 08:46:40 -06:00
parent 48e0eccbbc
commit 1e2bb55744
3 changed files with 16 additions and 13 deletions

View File

@ -24,6 +24,6 @@ uninstall:
@rm -f $(MANDIR)/compton.1
clean:
rm -f $(OBJS) compton
@rm -f $(OBJS) compton
.PHONY: uninstall clean