diff options
author | fluxgen <fluxgen> | 2002-11-12 22:44:17 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-12 22:44:17 (GMT) |
commit | d53d9eaa318eb0b498feb3a3fe39cbfa64fe0797 (patch) | |
tree | 4d7d2631cc15151fc83ccafb072441171b8b5750 /src/DrawUtil.hh | |
parent | 18f90c5afbfc1cfa5c38d2775888719575c4dd55 (diff) | |
download | fluxbox-d53d9eaa318eb0b498feb3a3fe39cbfa64fe0797.zip fluxbox-d53d9eaa318eb0b498feb3a3fe39cbfa64fe0797.tar.bz2 |
removed DrawString
Diffstat (limited to 'src/DrawUtil.hh')
-rw-r--r-- | src/DrawUtil.hh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/DrawUtil.hh b/src/DrawUtil.hh index 8435796..d866961 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.6 2002/07/10 14:38:43 fluxgen Exp $ | 22 | // $Id: DrawUtil.hh,v 1.7 2002/11/12 22:44:17 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef DRAWUTIL_HH | 24 | #ifndef DRAWUTIL_HH |
25 | #define DRAWUTIL_HH | 25 | #define DRAWUTIL_HH |
@@ -38,10 +38,6 @@ namespace DrawUtil | |||
38 | FontJustify justify; | 38 | FontJustify justify; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | void DrawString(Display *display, Window w, GC gc, DrawUtil::Font *font, | ||
42 | unsigned int text_w, unsigned int size_w, | ||
43 | unsigned int bevel_w, const char *text); | ||
44 | |||
45 | // ---------------------------------------------------------------------- | 41 | // ---------------------------------------------------------------------- |
46 | // xvertext, Copyright (c) 1992 Alan Richardson (mppa3@uk.ac.sussex.syma) | 42 | // xvertext, Copyright (c) 1992 Alan Richardson (mppa3@uk.ac.sussex.syma) |
47 | // ---------------------------------------------------------------------- | 43 | // ---------------------------------------------------------------------- |