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

New header file cycling.h

The file cycling.h includes the function prototypes for cycling.c.

The prototypes included were moved from funcs.h.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
Rodolfo García Peñas (kix)
2013-05-15 13:07:51 +02:00
committed by Carlos R. Mafra
parent 68cdba0e29
commit 583235bb36
5 changed files with 30 additions and 7 deletions

View File

@@ -34,7 +34,7 @@
#include "keybind.h"
#include "actions.h"
#include "stacking.h"
#include "funcs.h"
#include "cycling.h"
#include "xinerama.h"
#include "switchpanel.h"