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:
committed by
Carlos R. Mafra
parent
ebbc5c48ba
commit
6bdc1318c1
@@ -56,7 +56,7 @@
|
||||
#include "keybind.h"
|
||||
#include "xmodifier.h"
|
||||
#include "icon.h"
|
||||
#include "funcs.h"
|
||||
#include "main.h"
|
||||
#include "actions.h"
|
||||
#include "dock.h"
|
||||
#include "workspace.h"
|
||||
|
||||
Reference in New Issue
Block a user