summaryrefslogtreecommitdiff
path: root/openbox/session.h
AgeCommit message (Collapse)Author
2007-03-03make a copy of the argc and argv instead of modifying the real onesDana Jansens
this means that when openbox is restared it doesn't lose it's SM related command line args, they get passed to the new openbox same as they were passed to the one exiting.
2007-03-03commited things i wasn't supposed to. wow i suck.Dana Jansens
2007-03-03reverse that last commit.. that was by accident..Dana Jansens
2003-10-15consistant glib type usageDana Jansens
2003-09-17no tabsDana Jansens
2003-09-17add copyright headers, adjust --version output to include copyright, and ↵Dana Jansens
--help output to not include version output.
2003-09-04move session code out of openbox.c all into session.cDana Jansens
remove --sm-save-file and --sm-client-id from argv so that they dont get reused when doing a restart.
2003-08-25save the stacking order of the windows, and sort the saved session data ↵Dana Jansens
based on stacking when it is loaded. make the list public.
2003-07-30restore saved session data for applicationsDana Jansens
2003-07-24save and load the session save file, though its data is not used yet!Dana Jansens