New shutdown.h file
commit68208a01a0ae6200ef594fc8880430eff6f37882
authorRodolfo García Peñas (kix) <kix@kix.es>
Tue, 8 Jan 2013 08:08:26 +0000 (8 09:08 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 12 Jan 2013 14:37:31 +0000 (12 14:37 +0000)
treed826b989ef2ecc3d593fe2edaac25538c4d9bf83
parentb71f2c30fdb0b9e337987379a22bdde03c5bfd84
New shutdown.h file

The new shutdown.h file includes the shutdown modes and the functions
to shutdown Window Maker.

The function definitios were moved from funcs.h and the struct WShutdownMode
from WindowMaker.h.

Now, externs are not needed, only include shutdown.h
src/WindowMaker.h
src/event.c
src/funcs.h
src/main.c
src/rootmenu.c
src/shutdown.c
src/shutdown.h [new file with mode: 0644]