Commit graph

8 commits

Author SHA1 Message Date
Marco Peereboom
8eb6cfee63 kill cvs tags 2011-10-25 15:54:39 -05:00
Marco Peereboom
9debc3f2ad add fpic 2011-10-25 15:19:50 -05:00
marco
7e7e905867 shut clang up here too and some more white spaces 2011-09-19 22:01:00 -05:00
Ryan McBride
8d74b4359e An ugly fix for the recent LD_PRELOAD bug.
ok marco
2011-06-03 22:51:54 +00:00
Marco Peereboom
58e67eb7f2 Make makefiles work just like ports; this way we can just make install
over a pkg :-)
2009-10-02 19:23:48 +00:00
Marco Peereboom
de776ba84d Fix stupid lib install location, from sthen 2009-09-26 16:40:08 +00:00
Ryan McBride
bbb499e87a Let scrotwm adjust the font size on xterms as it squishes them in tiling
mode to keep the terminal width above a certan size (set with 'term_width'
in the config file.

We do this by sending the default font size change keystrokes to the xterm
in question. Because xterm does not accept 'synthetic' keystroke events by
default, and we don't want to force users to enable acceptSendEvents for
security reasons, hook XtAppNextEvent in the LD_PRELOAD hack, and clear
the send_event flag on the events in question. CAVEAT: Only works if xterm
is not setuid/setgid.
2009-02-07 19:49:58 +00:00
Ryan McBride
6d08df4744 Add support for passing variables up to X11 via window properties; done by
hooking XCreateWindow and friends via LD_PRELOAD. Used now to make sure that
windows come up in the workspace they were spawn()'d from, but more soon.

Code to do the nasty borrowed with thanks from Enlightenment.
2009-01-24 17:57:26 +00:00