add some more initialisations for winclient - fixes remember not matching
This commit is contained in:
parent
2609be29f0
commit
069c3873d9
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: WinClient.cc,v 1.14 2003/06/23 14:16:05 rathnor Exp $
|
// $Id: WinClient.cc,v 1.15 2003/06/24 12:58:57 rathnor Exp $
|
||||||
|
|
||||||
#include "WinClient.hh"
|
#include "WinClient.hh"
|
||||||
|
|
||||||
|
@ -65,6 +65,9 @@ WinClient::WinClient(Window win, BScreen &screen, FluxboxWindow *fbwin):FbTk::Fb
|
||||||
updateMWMHints();
|
updateMWMHints();
|
||||||
updateWMHints();
|
updateWMHints();
|
||||||
updateWMNormalHints();
|
updateWMNormalHints();
|
||||||
|
updateWMClassHint();
|
||||||
|
updateTitle();
|
||||||
|
updateIconTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
WinClient::~WinClient() {
|
WinClient::~WinClient() {
|
||||||
|
|
Loading…
Reference in a new issue