summaryrefslogtreecommitdiff
path: root/openbox/prop.h
AgeCommit message (Collapse)Author
2003-04-17add support for net_moveresize_window and net_wm_moveresizeDana Jansens
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-14remove casts from PROP defines. use proper vars and cast elsewhere if needed.Dana 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-03-16merge the C branch into HEADDana Jansens