summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-23 17:34:30 (GMT)
committermarkt <markt>2007-10-23 17:34:30 (GMT)
commit1c05af4329e62b8bfaf3c0f032c52ace4eaa5975 (patch)
treeaf37aee8b1e6cde31050cd627fcbd56c55f9dc21 /src/Screen.hh
parentc849d3c7ffc518d85a365664530f1faa102cf83f (diff)
downloadfluxbox_lack-1c05af4329e62b8bfaf3c0f032c52ace4eaa5975.zip
fluxbox_lack-1c05af4329e62b8bfaf3c0f032c52ace4eaa5975.tar.bz2
allow remembering minimized, maximized, and fullscreen state
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh3
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).