diff options
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r-- | util/fbrun/FbRun.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh index a92ca90..7ece48c 100644 --- a/util/fbrun/FbRun.hh +++ b/util/fbrun/FbRun.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: FbRun.hh,v 1.10 2003/06/24 10:22:42 fluxgen Exp $ | 22 | // $Id: FbRun.hh,v 1.11 2003/07/25 11:17:41 rathnor Exp $ |
23 | 23 | ||
24 | #ifndef FBRUN_HH | 24 | #ifndef FBRUN_HH |
25 | #define FBRUN_HH | 25 | #define FBRUN_HH |
@@ -97,8 +97,8 @@ private: | |||
97 | void tabCompleteHistory(); | 97 | void tabCompleteHistory(); |
98 | 98 | ||
99 | FbTk::Font m_font; ///< font used to draw command text | 99 | FbTk::Font m_font; ///< font used to draw command text |
100 | FbTk::FbWindow m_win; ///< toplevel window | ||
101 | Display *m_display; ///< display connection | 100 | Display *m_display; ///< display connection |
101 | FbTk::FbWindow m_win; ///< toplevel window | ||
102 | std::string m_runtext; ///< command to execute | 102 | std::string m_runtext; ///< command to execute |
103 | int m_bevel; ///< distance to window edge from font in pixels | 103 | int m_bevel; ///< distance to window edge from font in pixels |
104 | GC m_gc; ///< graphic context | 104 | GC m_gc; ///< graphic context |