summaryrefslogtreecommitdiff
path: root/openbox/prop.c
AgeCommit message (Collapse)Author
2003-04-17move the move/resize functionality into moveresize.c, for use with the netwm ↵Dana Jansens
atoms. use it from teh plugins. combine the two actions.
2003-04-14fixes for handling char**sDana Jansens
2003-04-14dont get a null at the end of the data, so use strndupDana Jansens
2003-04-14rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i ↵Dana Jansens
think!). stop using gulong for values from the xserver, using guint32 instead.
2003-04-14do not commit bad char* foo that breaks on !32 bit platformsDana Jansens
2003-04-08move config option loading for the kernel into config.c/hDana Jansens
add options for the number of desktops and the names of the desktops
2003-03-16merge the C branch into HEADDana Jansens