From 74792af1cc9d7507be77e664367bd1792cb0870b Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sun, 20 Apr 2003 13:45:07 +0000 Subject: menu alpha and root pixmap --- src/Screen.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Screen.hh b/src/Screen.hh index 84d7f74..5b5f0de 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.hh,v 1.81 2003/04/20 12:21:35 rathnor Exp $ +// $Id: Screen.hh,v 1.82 2003/04/20 13:45:07 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH @@ -142,7 +142,8 @@ public: inline unsigned int getBorderWidth() const { return theme->getBorderWidth(); } inline unsigned int getBorderWidth2x() const { return theme->getBorderWidth()*2; } inline unsigned int getCurrentWorkspaceID() const { return current_workspace->workspaceID(); } - + + Pixmap rootPixmap() const { return m_root_pm; } /* maximum screen surface */ @@ -406,7 +407,8 @@ private: Resource rootcommand; Resource focus_model; bool ordered_dither; - Resource workspaces, toolbar_width_percent, edge_snap_threshold; + Resource workspaces, toolbar_width_percent, edge_snap_threshold, + menu_alpha; Resource slit_layernum, toolbar_layernum; int placement_policy, row_direction, col_direction; @@ -429,6 +431,7 @@ private: std::auto_ptr m_root_theme; ToolbarHandler *m_toolbarhandler; + Pixmap m_root_pm; }; -- cgit v0.11.2