aboutsummaryrefslogtreecommitdiff
path: root/src/WinClientUtil.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-13 21:51:37 (GMT)
committermarkt <markt>2007-10-13 21:51:37 (GMT)
commita59428d67a95a9df16554962f0a6257d6378328a (patch)
treef856ed9300c34f7a17d499f22d895610cfbc08e5 /src/WinClientUtil.hh
parent41b5c6dadb1f474675660cef18b812d4c2338ed2 (diff)
downloadfluxbox-a59428d67a95a9df16554962f0a6257d6378328a.zip
fluxbox-a59428d67a95a9df16554962f0a6257d6378328a.tar.bz2
merged changes from pre-devel
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