diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index a271fb5..1b45d82 100644 --- a/src/Window.hh +++ b/src/Window.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: Window.hh,v 1.117 2004/08/10 12:05:47 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.118 2004/08/10 19:18:47 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -384,6 +384,7 @@ private: | |||
384 | static const int PropBlackboxAttributesElements = 8; | 384 | static const int PropBlackboxAttributesElements = 8; |
385 | 385 | ||
386 | void setupWindow(); | 386 | void setupWindow(); |
387 | void setupMenu(); | ||
387 | 388 | ||
388 | void init(); | 389 | void init(); |
389 | /// applies a shape mask to the window if it has one | 390 | /// applies a shape mask to the window if it has one |