aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-09-12 14:56:20 (GMT)
committerrathnor <rathnor>2004-09-12 14:56:20 (GMT)
commit42c1fd3ae3dd058e146b7350c65b74386123c25c (patch)
treecc549c2c7b12c87f8c33198f5b30f00d9dd30bc6 /src/Screen.hh
parentc39234195a46cece2bdb18dfdde6c91c7a190dc4 (diff)
downloadfluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.zip
fluxbox-42c1fd3ae3dd058e146b7350c65b74386123c25c.tar.bz2
preliminary support for composite/compositing manager. Also general work
for consistency with transparency resources
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ad460a8..2cfbe73 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.145 2004/09/11 13:29:35 fluxgen Exp $ 25// $Id: Screen.hh,v 1.146 2004/09/12 14:56:19 rathnor Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -434,7 +434,8 @@ private:
434 FbTk::Resource<std::string> windowmenufile; 434 FbTk::Resource<std::string> windowmenufile;
435 FbTk::Resource<FocusModel> focus_model; 435 FbTk::Resource<FocusModel> focus_model;
436 bool ordered_dither; 436 bool ordered_dither;
437 FbTk::Resource<int> workspaces, edge_snap_threshold, menu_alpha, menu_delay, menu_delay_close; 437 FbTk::Resource<int> workspaces, edge_snap_threshold, focused_alpha,
438 unfocused_alpha, menu_alpha, menu_delay, menu_delay_close;
438 FbTk::Resource<FbTk::MenuTheme::MenuMode> menu_mode; 439 FbTk::Resource<FbTk::MenuTheme::MenuMode> menu_mode;
439 FbTk::Resource<PlacementPolicy> placement_policy; 440 FbTk::Resource<PlacementPolicy> placement_policy;
440 FbTk::Resource<RowDirection> row_direction; 441 FbTk::Resource<RowDirection> row_direction;