diff options
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index 23b7880..186ed15 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.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: FbWindow.hh,v 1.9 2003/04/14 12:04:32 fluxgen Exp $ | 22 | // $Id: FbWindow.hh,v 1.10 2003/04/16 16:01:38 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FBWINDOW_HH | 24 | #ifndef FBTK_FBWINDOW_HH |
25 | #define FBTK_FBWINDOW_HH | 25 | #define FBTK_FBWINDOW_HH |
@@ -43,7 +43,9 @@ public: | |||
43 | int depth = CopyFromParent, | 43 | int depth = CopyFromParent, |
44 | int class_type = InputOutput); | 44 | int class_type = InputOutput); |
45 | FbWindow(const FbWindow &parent, | 45 | FbWindow(const FbWindow &parent, |
46 | int x, int y, size_t width, size_t height, long eventmask, | 46 | int x, int y, |
47 | unsigned int width, unsigned int height, | ||
48 | long eventmask, | ||
47 | bool overrride_redirect = false, | 49 | bool overrride_redirect = false, |
48 | int depth = CopyFromParent, | 50 | int depth = CopyFromParent, |
49 | int class_type = InputOutput); | 51 | int class_type = InputOutput); |
@@ -52,7 +54,7 @@ public: | |||
52 | void setBackgroundColor(const FbTk::Color &bg_color); | 54 | void setBackgroundColor(const FbTk::Color &bg_color); |
53 | void setBackgroundPixmap(Pixmap bg_pixmap); | 55 | void setBackgroundPixmap(Pixmap bg_pixmap); |
54 | void setBorderColor(const FbTk::Color &border_color); | 56 | void setBorderColor(const FbTk::Color &border_color); |
55 | void setBorderWidth(size_t size); | 57 | void setBorderWidth(unsigned int size); |
56 | /// set window name (for title) | 58 | /// set window name (for title) |
57 | void setName(const char *name); | 59 | void setName(const char *name); |
58 | void setEventMask(long mask); | 60 | void setEventMask(long mask); |