diff options
author | markt <markt> | 2007-10-23 17:34:30 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-23 17:34:30 (GMT) |
commit | 1c05af4329e62b8bfaf3c0f032c52ace4eaa5975 (patch) | |
tree | af37aee8b1e6cde31050cd627fcbd56c55f9dc21 /src/Screen.hh | |
parent | c849d3c7ffc518d85a365664530f1faa102cf83f (diff) | |
download | fluxbox-1c05af4329e62b8bfaf3c0f032c52ace4eaa5975.zip fluxbox-1c05af4329e62b8bfaf3c0f032c52ace4eaa5975.tar.bz2 |
allow remembering minimized, maximized, and fullscreen state
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 09865e6..37edaa7 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -441,9 +441,6 @@ public: | |||
441 | template <typename OnHeadObject> | 441 | template <typename OnHeadObject> |
442 | int getOnHead(OnHeadObject &obj) const; | 442 | int getOnHead(OnHeadObject &obj) const; |
443 | 443 | ||
444 | template <typename OnHeadObject> | ||
445 | void setOnHead(OnHeadObject &obj, int head); | ||
446 | |||
447 | // grouping - we want ordering, so we can either search for a | 444 | // grouping - we want ordering, so we can either search for a |
448 | // group to the left, or to the right (they'll be different if | 445 | // group to the left, or to the right (they'll be different if |
449 | // they exist). | 446 | // they exist). |