add some more initialisations for winclient - fixes remember not matching
rathnor rathnor
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
src/WinClient.cc
→
src/WinClient.cc
@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // 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"@@ -65,6 +65,9 @@ updateBlackboxHints();
updateMWMHints(); updateWMHints(); updateWMNormalHints(); + updateWMClassHint(); + updateTitle(); + updateIconTitle(); } WinClient::~WinClient() {