aboutsummaryrefslogtreecommitdiff
path: root/src/WinClientUtil.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClientUtil.hh')
-rw-r--r--src/WinClientUtil.hh19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/WinClientUtil.hh b/src/WinClientUtil.hh
deleted file mode 100644
index 8ad0a03..0000000
--- a/src/WinClientUtil.hh
+++ /dev/null
@@ -1,19 +0,0 @@
1#ifndef WINCLIENTUTIL_H
2#define WINCLIENTUTIL_H
3
4#include "Window.hh"
5
6/// window client utilities
7namespace WinClientUtil {
8
9/**
10 * Calculates the min of all maximum width/heights of all clients
11 * @param clients the client list
12 * @param width the return value of minimum of all max width of all clients
13 * @param height the return value of mimimum of all max heights of all clients
14 */
15void maxSize(const FluxboxWindow::ClientList &clients,
16 unsigned int &width, unsigned int &height);
17}
18
19#endif // WINCLIENTUTIL_H