all repos — fluxbox @ 80c71b3fdc9b4962201ff73fc5a6b090927a7ca9

custom fork of the fluxbox windowmanager

size
fluxgen fluxgen
commit

80c71b3fdc9b4962201ff73fc5a6b090927a7ca9

parent

0e53323c07e088800c105a8bb9be69eff417d47e

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M util/fbrun/FbRun.hhutil/fbrun/FbRun.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbRun.hh,v 1.5 2002/11/13 16:44:42 fluxgen Exp $ +// $Id: FbRun.hh,v 1.6 2002/11/15 14:03:14 fluxgen Exp $ #ifndef FBRUN_HH #define FBRUN_HH

@@ -42,6 +42,8 @@ void setText(const std::string &text);

void setTitle(const std::string &title); void move(int x, int y); void resize(size_t width, size_t height); + size_t height() const { return m_height; } + size_t width() const { return m_width; } /// hide window void hide(); /// show window