aboutsummaryrefslogtreecommitdiff
path: root/src/FbPager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbPager.cc')
-rw-r--r--src/FbPager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbPager.cc b/src/FbPager.cc
index 88bd7fa..bf55eb4 100644
--- a/src/FbPager.cc
+++ b/src/FbPager.cc
@@ -327,8 +327,8 @@ FbPager::FbPager(int screen_num, bool withdraw,
327 if (!withdraw) { 327 if (!withdraw) {
328 WindowHint hint; 328 WindowHint hint;
329 hint.add(WindowHint::WHINT_NO_DECOR | WindowHint::WHINT_SKIP_TASKBAR | 329 hint.add(WindowHint::WHINT_NO_DECOR | WindowHint::WHINT_SKIP_TASKBAR |
330 WindowHint::WHINT_STICKY | WindowHint::WHINT_SKIP_PAGER | 330 WindowHint::WHINT_STICKY | WindowHint::WHINT_SKIP_PAGER |
331 WindowHint::WHINT_HIDDEN | extra_flags ); 331 extra_flags );
332 ClientHandlerList::iterator it = m_clienthandlers.begin(); 332 ClientHandlerList::iterator it = m_clienthandlers.begin();
333 ClientHandlerList::iterator it_end = m_clienthandlers.end(); 333 ClientHandlerList::iterator it_end = m_clienthandlers.end();
334 for (; it != it_end; ++it) 334 for (; it != it_end; ++it)