diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/fbrun/FbRun.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc index 92d8c02..51298fa 100644 --- a/util/fbrun/FbRun.cc +++ b/util/fbrun/FbRun.cc | |||
@@ -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.cc,v 1.20 2003/09/06 15:50:25 fluxgen Exp $ | 22 | // $Id: FbRun.cc,v 1.21 2003/09/16 14:49:49 rathnor Exp $ |
23 | 23 | ||
24 | #include "FbRun.hh" | 24 | #include "FbRun.hh" |
25 | 25 | ||
@@ -195,7 +195,7 @@ void FbRun::setTitle(const string &title) { | |||
195 | setName(title.c_str()); | 195 | setName(title.c_str()); |
196 | } | 196 | } |
197 | 197 | ||
198 | void FbRun::resize(size_t width, size_t height) { | 198 | void FbRun::resize(unsigned int width, unsigned int height) { |
199 | FbTk::TextBox::resize(width, height); | 199 | FbTk::TextBox::resize(width, height); |
200 | setNoMaximize(); | 200 | setNoMaximize(); |
201 | } | 201 | } |