diff options
author | fluxgen <fluxgen> | 2003-08-27 18:05:12 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-27 18:05:12 (GMT) |
commit | 84c9a6a804814b46dec0c0d56e586d4edfa8ed12 (patch) | |
tree | 41c24380ebc14077a0e85391535b2fba391321b9 /src/SetWorkspaceName.hh | |
parent | 1c3ddb390bf8abd95fe26e5b32eac17b02453461 (diff) | |
download | fluxbox-84c9a6a804814b46dec0c0d56e586d4edfa8ed12.zip fluxbox-84c9a6a804814b46dec0c0d56e586d4edfa8ed12.tar.bz2 |
using FbTk GContext
Diffstat (limited to 'src/SetWorkspaceName.hh')
-rw-r--r-- | src/SetWorkspaceName.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SetWorkspaceName.hh b/src/SetWorkspaceName.hh index 50e827f..3d8d010 100644 --- a/src/SetWorkspaceName.hh +++ b/src/SetWorkspaceName.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: SetWorkspaceName.hh,v 1.1 2003/08/26 23:48:19 fluxgen Exp $ | 22 | // $Id: SetWorkspaceName.hh,v 1.2 2003/08/27 18:05:12 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef SETWORKSPACENAME_HH | 24 | #ifndef SETWORKSPACENAME_HH |
25 | #define SETWORKSPACENAME_HH | 25 | #define SETWORKSPACENAME_HH |
@@ -27,6 +27,7 @@ | |||
27 | #include "FbTk/TextBox.hh" | 27 | #include "FbTk/TextBox.hh" |
28 | #include "FbTk/TextButton.hh" | 28 | #include "FbTk/TextButton.hh" |
29 | #include "FbTk/Font.hh" | 29 | #include "FbTk/Font.hh" |
30 | #include "FbTk/GContext.hh" | ||
30 | 31 | ||
31 | class BScreen; | 32 | class BScreen; |
32 | 33 | ||
@@ -47,7 +48,7 @@ private: | |||
47 | FbTk::TextBox m_textbox; | 48 | FbTk::TextBox m_textbox; |
48 | FbTk::TextButton m_label; | 49 | FbTk::TextButton m_label; |
49 | FbTk::Font m_font; | 50 | FbTk::Font m_font; |
50 | GC m_gc; | 51 | FbTk::GContext m_gc; |
51 | BScreen &m_screen; | 52 | BScreen &m_screen; |
52 | int m_move_x, m_move_y; | 53 | int m_move_x, m_move_y; |
53 | }; | 54 | }; |