all repos — tint2 @ 405c2c9286a719481de59bda030dd1ee99a5f994

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/util/signals.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SIGNALS_H
#define SIGNALS_H

void init_signals();
void init_signals_postconfig();
void emit_self_restart(const char *reason);
int get_signal_pending();
void reset_signals();

void handle_sigchld_events();

extern int sigchild_pipe_valid;
extern int sigchild_pipe[2];

#endif