diff options
author | fluxgen <fluxgen> | 2002-11-25 14:07:21 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-25 14:07:21 (GMT) |
commit | 99c92a637392a988382559d0b162aed68ab83ba8 (patch) | |
tree | d353aa10684ed0814327a64e9aef041510e08a41 /src/Theme.hh | |
parent | 1fc16d3d3d8a62a9697f4a42044b695707fe5d50 (diff) | |
download | fluxbox-99c92a637392a988382559d0b162aed68ab83ba8.zip fluxbox-99c92a637392a988382559d0b162aed68ab83ba8.tar.bz2 |
fixed rotated text on vertical tab in XFontImp and a rotate function in FontImp interface
Diffstat (limited to 'src/Theme.hh')
-rw-r--r-- | src/Theme.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Theme.hh b/src/Theme.hh index adabc39..e7d4536 100644 --- a/src/Theme.hh +++ b/src/Theme.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Theme.hh,v 1.17 2002/10/29 16:06:23 fluxgen Exp $ | 25 | // $Id: Theme.hh,v 1.18 2002/11/25 14:07:21 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef THEME_HH | 27 | #ifndef THEME_HH |
28 | #define THEME_HH | 28 | #define THEME_HH |
@@ -82,7 +82,6 @@ public: | |||
82 | FbTk::Color border_color; | 82 | FbTk::Color border_color; |
83 | unsigned int border_width; | 83 | unsigned int border_width; |
84 | unsigned int border_width_2x; | 84 | unsigned int border_width_2x; |
85 | DrawUtil::XRotFontStruct *rot_font; | ||
86 | } tab; | 85 | } tab; |
87 | 86 | ||
88 | } WindowStyle; | 87 | } WindowStyle; |