summaryrefslogtreecommitdiff
path: root/sys/src/libdraw/newwindow.c
AgeCommit message (Collapse)Author
2015-08-25fix fuckupglenda
2015-08-25import E script from bell labsmischief
2013-10-04libdraw: make newwindow() unmount the old windowcinap_lenrek
newwindow() used to mount the new window directly on /dev, resulting in the old window and the new one being mounted over each other. we now try to unmount the old window from /dev first, mount new window to /mnt/wsys (replacing the old) and then bind /mnt/wsys before /dev. if theres no /mnt/wsys, just mount window directly before /dev.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen