Re: FVWM: Re: A cyclic Front Key

From: Mr. Graeme McCaffery <G.McCaffery_at_bham.ac.uk>
Date: Wed, 20 Dec 1995 13:56:52 +0000

Having taken a look at the fvwm2 code(pl 34) I noticed a small bit in a
function called SetTitleBar (borders.c)

In this you define where the title bar text goes.
If the horizontal offset is changed in a few different way you can have
left,right and center justification.

I did it by setting it to one of the 3 values below:

hor_off = (t->title_width - w)/2; centre
hor_off = (t->title_width - w)-10; right
hor_off =10; left

if this could be incorporated into the fvwm config file I'm sure that it
would take very little code to do. I'm still a novice at X programming,
but I'm happy to help if I can because that way I can learn.

Graeme McCaffery
-- 
G. McCaffery
The University of Birmingham
http://sun1.bham.ac.uk/g.mccaffery/
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Dec 20 1995 - 07:58:16 GMT

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:58 BST