aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-07-10 14:38:43 (GMT)
committerfluxgen <fluxgen>2002-07-10 14:38:43 (GMT)
commitbe37152cec4d3e8045a604e2442d8ca86f46707d (patch)
treecad4648918b36ede605d592036848a9959909c07
parentd74111a69b6dbfcb0d30cfdcaf290582d98e6c8f (diff)
downloadfluxbox-be37152cec4d3e8045a604e2442d8ca86f46707d.zip
fluxbox-be37152cec4d3e8045a604e2442d8ca86f46707d.tar.bz2
obsolete Font struct
-rw-r--r--src/DrawUtil.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DrawUtil.hh b/src/DrawUtil.hh
index 60056c9..8435796 100644
--- a/src/DrawUtil.hh
+++ b/src/DrawUtil.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: DrawUtil.hh,v 1.5 2002/04/03 23:00:10 fluxgen Exp $ 22// $Id: DrawUtil.hh,v 1.6 2002/07/10 14:38:43 fluxgen Exp $
23 23
24#ifndef DRAWUTIL_HH 24#ifndef DRAWUTIL_HH
25#define DRAWUTIL_HH 25#define DRAWUTIL_HH
@@ -28,8 +28,8 @@
28 28
29namespace DrawUtil 29namespace DrawUtil
30{ 30{
31 struct Font 31 // note: obsolete!
32 { 32 struct Font {
33 enum FontJustify {LEFT=0, RIGHT, CENTER}; 33 enum FontJustify {LEFT=0, RIGHT, CENTER};
34 34
35 XFontSet set; 35 XFontSet set;