funcs.h removed
commit5455a585dc86cebd666ea41499519ea18e6172f0
authorRodolfo García Peñas (kix) <kix@kix.es>
Wed, 15 May 2013 11:07:57 +0000 (15 13:07 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 26 May 2013 18:48:00 +0000 (26 19:48 +0100)
treefe63d644afb3cf4f7d3eb53e4dbdd741a25fc9ac
parented80a9bf5c02abbe581b0a46d75a01ded1f328af
funcs.h removed

The file funcs.h is removed. A new file osdep.h is created to hold
the definition for all osdep_*c files.

The files .c has been adjusted to include the right header files,
removing funcs.h, including osdep.h.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
28 files changed:
src/Makefile.am
src/application.c
src/appmenu.c
src/balloon.c
src/dialog.c
src/dock.c
src/dock.h
src/dockedapp.c
src/event.h
src/framewin.c
src/icon.h
src/main.c
src/misc.c
src/misc.h
src/monitor.c
src/motif.c
src/moveres.c
src/osdep.h [moved from src/funcs.h with 72% similarity]
src/osdep_bsd.c
src/osdep_darwin.c
src/osdep_linux.c
src/osdep_stub.c
src/placement.c
src/screen.c
src/shutdown.c
src/stacking.c
src/texture.c
src/window.c