aboutsummaryrefslogtreecommitdiffstats
path: root/Decoration.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-06-11redraw decorations on PropertyNotifyJason Creighton1-3/+4
newDecoration now takes a Window parameter, which is the window the decoration is "for". If there is a PropertyNotify for that window, the decoration is redrawn. darcs-hash:20070611021408-b9aa7-b01860371ef9e47a06ab4541aee09422c8f19865.gz
2007-06-10make Decoration set the input mask appropriately.David Roundy1-2/+4
darcs-hash:20070610203451-72aca-e8115141402639befdd45f2903091c6f56a48582.gz
2007-06-10make Decoration draw the window initially.David Roundy1-7/+13
We still don't respond to expose events. :( darcs-hash:20070610163651-72aca-9bbc33663ef50926bd60d0dcbe1974b9eddc058b.gz
2007-06-10add Decoration module to be used to easily define decorations.David Roundy1-0/+37
darcs-hash:20070610153939-72aca-da6f87330a2bd71cd2545884ffd9f4f78f2e70c9.gz