File: globals.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 (19 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// vim:ts=4:sw=4:expandtab
#pragma once

#include <X11/Xlib.h>
#include "types.h"

extern Display *display;

extern int xi_ext_opcode;

extern Config config;

extern int num_screens;
extern Window *roots;

extern int active_screen;
extern Window active_root;

extern int default_screen;