]> icculus.org git repositories - dana/openbox.git/commit
fixed the geometry window not getting the proper pixmap. This was caused by using...
authorDana Jansens <danakj@orodu.net>
Sat, 25 May 2002 15:46:08 +0000 (15:46 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 25 May 2002 15:46:08 +0000 (15:46 +0000)
commit0c7e8e4011fad887d42320b269c638369eebcb5e
tree2e756c8d0870b177ead467e7d20cd45b69798d0e
parentc04cb76409820b3fa7543a49d21521907d1c9377
fixed the geometry window not getting the proper pixmap.  This was caused by using a style with the window.label.focus set to parentrelative.  The window label's parent is the title bar but the geometry window's parent is root.  The code now detects the parentrelative and tries to use the window.title as intended.
src/Screen.cc