diff options
author | mathias <mathias> | 2005-01-03 05:00:39 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-03 05:00:39 (GMT) |
commit | fdc9b5adb7eb49a9e2481b07e9298b634133f745 (patch) | |
tree | 05f4673967897de19204895b50923765c36041e5 /src/Screen.hh | |
parent | 0438a7bfd72b08dab7ede46f40b0f7f1f368c6fb (diff) | |
download | fluxbox-fdc9b5adb7eb49a9e2481b07e9298b634133f745.zip fluxbox-fdc9b5adb7eb49a9e2481b07e9298b634133f745.tar.bz2 |
fixed #996298, maximized windows and snapped windows dont respect
toolbar-borderwidth
further more windows do snap at screen-edges, no matter if maxover
is enabled or not
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index ad18f63..e0fe5da 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -464,11 +464,9 @@ private: | |||
464 | const std::string m_name, m_altname; | 464 | const std::string m_name, m_altname; |
465 | FbTk::ResourceManager &m_resource_manager; | 465 | FbTk::ResourceManager &m_resource_manager; |
466 | 466 | ||
467 | // Xinerama related private data | ||
467 | bool m_xinerama_avail; | 468 | bool m_xinerama_avail; |
468 | int m_xinerama_num_heads; | 469 | int m_xinerama_num_heads; |
469 | |||
470 | // Xinerama related private data | ||
471 | |||
472 | int m_xinerama_center_x, m_xinerama_center_y; | 470 | int m_xinerama_center_x, m_xinerama_center_y; |
473 | 471 | ||
474 | HeadArea *m_head_areas; | 472 | HeadArea *m_head_areas; |