diff options
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index c39b8c1..d408216 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWindow.hh,v 1.34 2004/09/11 12:33:14 rathnor Exp $ | 22 | // $Id: FbWindow.hh,v 1.35 2004/09/12 14:56:19 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -163,6 +163,9 @@ public: | |||
163 | inline bool operator == (const FbWindow &win) const { return m_window == win.m_window; } | 163 | inline bool operator == (const FbWindow &win) const { return m_window == win.m_window; } |
164 | inline bool operator != (const FbWindow &win) const { return m_window != win.m_window; } | 164 | inline bool operator != (const FbWindow &win) const { return m_window != win.m_window; } |
165 | 165 | ||
166 | // used for composite | ||
167 | void setOpaque(unsigned char alpha); | ||
168 | |||
166 | protected: | 169 | protected: |
167 | /// creates a window with x window client (m_window = client) | 170 | /// creates a window with x window client (m_window = client) |
168 | explicit FbWindow(Window client); | 171 | explicit FbWindow(Window client); |