diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index d605018..7824372 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.20 2002/05/17 16:34:27 fluxgen Exp $ | 25 | // $Id: Window.hh,v 1.21 2002/05/21 21:25:10 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -324,7 +324,8 @@ private: | |||
324 | void destroyTitlebar(); | 324 | void destroyTitlebar(); |
325 | void createHandle(); | 325 | void createHandle(); |
326 | void destroyHandle(); | 326 | void destroyHandle(); |
327 | 327 | void checkTransient(); | |
328 | |||
328 | #ifdef GNOME | 329 | #ifdef GNOME |
329 | 330 | ||
330 | void updateGnomeAtoms() const; | 331 | void updateGnomeAtoms() const; |