Re: XSetWindowBackgroundPixmap fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, Jeffery,  I expect that the issue is that the argument designations
in the core module to XSetWindowBackgroundPixmap have changed.  Be
careful, one place that this can happen is if you create a new object
that obscures some argument at compile time (or run time if this is a
script).

	For example, XSetWindowBacground could be declared with an argument
which is "Pixel", where Pixel is defined as (Color,Location)
Then Color is defined as (float R, float G, float B).  Somewhere in the
new or modified code color might be redefined as (int R, int G, int B).
At compile or execute time this difference would give you the error, but
examining the base call wouldn't tell you anything until you examined
the inheritance tree of the object table.
(my terms may be a bit archaic because I haven't coded much in the last
several years).
Regards,
Les H
On Wed, 2006-11-08 at 10:07 -0800, Geoffrey Leach wrote:
> XSetWindowBackgroundPixmap

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux