all repos — tint2 @ 58e030de5d4ad86c8ee0d9342d3a1d862f37e406

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