grim/guifications2

9bb103ce6002
This should adjust the context menu to fit within the screen (and thus display
properly). In testing, I discovered that the context menu doesn't display
correctly for me either with or without this, so near as I can tell it doesn't
break anything. Fixes #396.
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install