all repos — fluxbox @ be37152cec4d3e8045a604e2442d8ca86f46707d

custom fork of the fluxbox windowmanager

obsolete Font struct
fluxgen fluxgen
commit

be37152cec4d3e8045a604e2442d8ca86f46707d

parent

d74111a69b6dbfcb0d30cfdcaf290582d98e6c8f

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

jump to
M src/DrawUtil.hhsrc/DrawUtil.hh

@@ -19,7 +19,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: DrawUtil.hh,v 1.5 2002/04/03 23:00:10 fluxgen Exp $ +// $Id: DrawUtil.hh,v 1.6 2002/07/10 14:38:43 fluxgen Exp $ #ifndef DRAWUTIL_HH #define DRAWUTIL_HH

@@ -28,8 +28,8 @@ #include <X11/Xlib.h>

namespace DrawUtil { - struct Font - { + // note: obsolete! + struct Font { enum FontJustify {LEFT=0, RIGHT, CENTER}; XFontSet set;