]> git.sur5r.net Git - i3/i3/commit
Be more strict with encapsulation
authorAxel Wagner <mail@merovius.de>
Thu, 5 Aug 2010 03:09:59 +0000 (05:09 +0200)
committerAxel Wagner <mail@merovius.de>
Thu, 5 Aug 2010 03:09:59 +0000 (05:09 +0200)
commit7d7867acce523abac9b20f86fe3c476e8c92c7a8
tree893318de21e0f8ab2ef52a605deb3ed147a650b6
parent51d466c41cda43551fab04831ea205d5926277e7
Be more strict with encapsulation

I.e. move the xcb-event-handling into xcb.c and the
child-process-communications into newly created child.c.
Also change some includes.
12 files changed:
i3bar/include/child.h [new file with mode: 0644]
i3bar/include/common.h
i3bar/include/ipc.h
i3bar/include/outputs.h
i3bar/include/workspaces.h
i3bar/include/xcb.h
i3bar/src/child.c [new file with mode: 0644]
i3bar/src/ipc.c
i3bar/src/main.c
i3bar/src/outputs.c
i3bar/src/workspaces.c
i3bar/src/xcb.c