OSDN Git Service

replace use of XSetWMName() with XStoreName() and XSetWMIconName() with XSetIconName()
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 28 Jun 2020 17:53:34 +0000 (17:53 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 28 Jun 2020 17:53:34 +0000 (17:53 +0000)
commitac769630221a8f7b0d77129ad88074563c53d6b1
tree8cf20f14eaae89762aeb95acdf30116b3937a0a0
parent7537336a03498b70d4f528ad2febfd824293935d
replace use of XSetWMName() with XStoreName() and XSetWMIconName() with XSetIconName()

that way no static storage is used for the strings

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/gui/kernel/qwidget_x11.cpp