aboutsummaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2013-03-05Automatically set a default window size if unsetmutantturkey
This resolves problems when the window manager does not set a default size. I noticed this while using KDE3's KWin. Previously it went unfixed because my main window manger always assigns a size. This should resolve the problem. * Added DEFAULT_WINDOW_WIDTH and DEFAULT_WINDOW_HEIGHT * DEFAULT_WINDOW_WIDTH = 600 * DEFAULT_WINDOW_HEIGHT = 800 * If either height or width is missing from the svte configuration in the users directory, use the defaults.
2012-06-17Some code cleanup and removal of superfluous codeWouter Van Rooy
2012-06-03Solve the undeclared readlink warning.Wouter Van Rooy
readlink is not provided in c99 unistd.h but it is in gnu99.
2012-05-28uped version number and corrected commentmutantturkey
2010-07-18After initial import from github, switching name to svte. Revamping README ↵Vic Fryzel
with new project information.
2010-06-17Merge remote branch 'vicfryzel/master'mutantturkey
Conflicts: mt.c
2010-06-19config.mk changemutantturkey
2010-04-25config.mk update, optimization at O3 and static linkingmutantturkey
2010-04-21initial stuffmutantturkey