all repos — fluxbox @ 435fc7c1ccb8ac965beb01e80070e9b1aa5976be

custom fork of the fluxbox windowmanager

using Texture setFromString
fluxgen fluxgen
commit

435fc7c1ccb8ac965beb01e80070e9b1aa5976be

parent

ecf59f0372efa662d0a026c231609537e6e00891

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

jump to
M src/Theme.ccsrc/Theme.cc

@@ -41,7 +41,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: Theme.cc,v 1.27 2002/09/14 16:39:16 fluxgen Exp $ +// $Id: Theme.cc,v 1.28 2002/09/14 23:25:44 fluxgen Exp $ #ifndef _GNU_SOURCE #define _GNU_SOURCE

@@ -748,7 +748,7 @@ bool retval = true;//return true as default

if (XrmGetResource(m_database, rname, rclass, &value_type, &value)) - m_imagecontrol->parseTexture(texture, value.addr); + texture->setFromString(value.addr); else texture->setType(FbTk::Texture::SOLID | FbTk::Texture::FLAT);