aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/FbRun.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-25 11:17:41 (GMT)
committerrathnor <rathnor>2003-07-25 11:17:41 (GMT)
commit1487798293883177e861e6fe533e15b50c9027ef (patch)
tree3e761263f16b37cebf222fbf61edfc69fa56c1f6 /util/fbrun/FbRun.hh
parentac7edef9ad73818435420479a0dfa9c5ed517a79 (diff)
downloadfluxbox-1487798293883177e861e6fe533e15b50c9027ef.zip
fluxbox-1487798293883177e861e6fe533e15b50c9027ef.tar.bz2
fix fbrun on multiple screens
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r--util/fbrun/FbRun.hh4
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