X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FXFormsView.h;h=f96cc9d5e9f2d2eb6ef99006e631bd553cc4a8ac;hb=98c966c64594611e469313314abd1e59524adb4a;hp=be7ce56a365eb8cb056fbcc4fd9113ebb9d94a24;hpb=b9d61343fc76a681b0264d65703ef2119647df56;p=lyx.git diff --git a/src/XFormsView.h b/src/XFormsView.h index be7ce56a36..f96cc9d5e9 100644 --- a/src/XFormsView.h +++ b/src/XFormsView.h @@ -1,9 +1,9 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team. * @@ -16,7 +16,6 @@ #pragma interface #endif -#include #include FORMS_H_LOCATION #include "LyXView.h" @@ -50,11 +49,11 @@ public: window manager. */ static int atCloseMainFormCB(FL_FORM *, void *); private: - /// - virtual void setWindowTitle(string const &); + /// pass the title, and the iconified title + virtual void setWindowTitle(string const &, string const &); /// makes the main form. void create_form_form_main(int width, int height); - /// A pointer to the form. + /// A pointer to the form. FL_FORM * form_; }; #endif