Add Lock action.
authorMikael Magnusson <mikachu@comhem.se>
Sat, 23 Feb 2008 19:15:34 +0000 (20:15 +0100)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 28 Feb 2008 03:33:50 +0000 (04:33 +0100)
commit04c006ef33a624dc686e88fcd389876449fa3252
tree24265c1820c32d06f0c043f8332f441da9f8bddb
parent5c32ce2ae82c334eb5e007643877b596a5b7411b
Add Lock action.

Allows locking windows so you can't move/resize/close/etc them by mistake.

It's probably better to check in client.c than the actions, just
testing if I want it at all for now.
27 files changed:
Makefile.am
openbox/actions.c
openbox/actions.h
openbox/actions/all.c
openbox/actions/all.h
openbox/actions/close.c
openbox/actions/decorations.c
openbox/actions/desktop.c
openbox/actions/growtoedge.c
openbox/actions/iconify.c
openbox/actions/kill.c
openbox/actions/layer.c
openbox/actions/lock.c [new file with mode: 0644]
openbox/actions/lower.c
openbox/actions/maximize.c
openbox/actions/move.c
openbox/actions/moverelative.c
openbox/actions/moveresizeto.c
openbox/actions/movetoedge.c
openbox/actions/omnipresent.c
openbox/actions/raise.c
openbox/actions/raiselower.c
openbox/actions/resize.c
openbox/actions/resizerelative.c
openbox/actions/shade.c
openbox/client.h
openbox/client_menu.c