File: all.h

package info (click to toggle)
unclutter-xfixes 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: ansic: 544; makefile: 53; sh: 12
file content (11 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// vim:ts=4:sw=4:expandtab
#pragma once

#include "externals.h"

#include "cursor.h"
#include "extensions.h"
#include "event.h"
#include "globals.h"
#include "types.h"
#include "util.h"