diff options
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 4b13487..ddd3cd1 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.cc,v 1.16 2003/06/27 15:05:19 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.17 2003/07/10 11:58:13 fluxgen Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -325,11 +325,12 @@ void WinClient::updateBlackboxHints() { | |||
325 | } | 325 | } |
326 | 326 | ||
327 | if (property(atoms->getFluxboxHintsAtom(), 0, | 327 | if (property(atoms->getFluxboxHintsAtom(), 0, |
328 | PropBlackboxHintsElements, False, | 328 | PropBlackboxHintsElements, False, |
329 | atoms->getFluxboxHintsAtom(), &atom_return, | 329 | atoms->getFluxboxHintsAtom(), &atom_return, |
330 | &format, &num, &len, | 330 | &format, &num, &len, |
331 | (unsigned char **) &m_blackbox_hint) && | 331 | (unsigned char **) &m_blackbox_hint) && |
332 | m_blackbox_hint) { | 332 | m_blackbox_hint) { |
333 | |||
333 | if (num != (unsigned)PropBlackboxHintsElements) { | 334 | if (num != (unsigned)PropBlackboxHintsElements) { |
334 | XFree(m_blackbox_hint); | 335 | XFree(m_blackbox_hint); |
335 | m_blackbox_hint = 0; | 336 | m_blackbox_hint = 0; |