all repos — tint2 @ 1753641fc912abb22aa3b5cce0e58f2dd8993e1a

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

src/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