]> icculus.org git repositories - dana/openbox.git/commit
move the move/resize functionality into moveresize.c, for use with the netwm atoms...
authorDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 05:28:35 +0000 (05:28 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 17 Apr 2003 05:28:35 +0000 (05:28 +0000)
commit7886b797a36f5a035a75a19424e0b3cf7825baf8
treed7279da4dbeda975909f71af3193a39ce7e69901
parent55c424d38bb119bd04199ed5e73b035b00474dd9
move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
12 files changed:
openbox/Makefile.am
openbox/action.c
openbox/action.h
openbox/event.c
openbox/moveresize.c [new file with mode: 0644]
openbox/moveresize.h [new file with mode: 0644]
openbox/prop.c
openbox/prop.h
plugins/keyboard/keyboard.c
plugins/keyboard/keyparse.c
plugins/mouse/mouse.c
plugins/mouse/mouseparse.c