all repos — fluxbox @ 069c3873d946d5bdd16cff1b7bf2cae91a88b123

custom fork of the fluxbox windowmanager

add some more initialisations for winclient - fixes remember not matching
rathnor rathnor
commit

069c3873d946d5bdd16cff1b7bf2cae91a88b123

parent

2609be29f0a8c430515a5956b3c6b5e7a1dde96f

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M src/WinClient.ccsrc/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() {