1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

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.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-06-24 12:35:24 +02:00
committed by Carlos R. Mafra
parent ebbc5c48ba
commit 6bdc1318c1
15 changed files with 49 additions and 27 deletions

View File

@@ -31,6 +31,7 @@
#include "window.h"
#include "client.h"
#include "funcs.h"
#include "main.h"
#include "properties.h"
#include "session.h"
#include "winspector.h"