- Add flag to indicate when main loop has ended.
authorSebastian Dransfeld <sd@tango.flipp.net>
Thu, 5 Apr 2007 06:59:02 +0000 (06:59 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Thu, 5 Apr 2007 06:59:02 +0000 (06:59 +0000)
commite8590e03571f340bb726a62878fb5102118969de
treee7b1f1a4382dae05bc4e6b465bbfd2d26dfc1069
parent74ab197e1be4080dd7aeabfd1d1f49a8a9900374
- Add flag to indicate when main loop has ended.
- Don't allow (some) events during shutdown, as events wont be processed.
- Don't remove drop handlers on dnd shutdown, they should be removed by
  their creators.
- init/shutdown fwin
- Delete fwins on shutdown.
- Remove weird ipc wrapper function.
- Don't do additional shutdown functions on restart.

SVN revision: 29366
src/bin/e.h
src/bin/e_border.c
src/bin/e_dnd.c
src/bin/e_fwin.c
src/bin/e_ipc.c
src/bin/e_ipc.h
src/bin/e_main.c
src/bin/e_utils.c