Moving header functions to main.h
commit6bdc1318c1c5abdeca449c0c6ace3f78eac4dbb0
authorRodolfo García Peñas (kix) <kix@kix.es>
Sun, 24 Jun 2012 10:35:24 +0000 (24 12:35 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 24 Jun 2012 11:32:36 +0000 (24 12:32 +0100)
tree961abef3a041f92601e5ad0659781454cc38d3aa
parentebbc5c48ba5ec97f2afb4c789f120626b0415fea
Moving header functions to main.h

The functions of main.c should be included in main.h, not in funcs.h.
This patch adds the main.h file and moves the function prototypes to
this file.

The not needed "include funcs.h" are removed.
15 files changed:
src/WindowMaker.h
src/appicon.c
src/defaults.c
src/dock.c
src/event.c
src/funcs.h
src/main.c
src/main.h [new file with mode: 0644]
src/monitor.c
src/rootmenu.c
src/screen.c
src/session.c
src/shutdown.c
src/startup.c
src/winmenu.c