diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-22 19:21:34 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2009-03-22 19:21:34 +0000 |
| commit | f5d5c97312eda092656cab465d2c55c27a3200ea (patch) | |
| tree | 630d6548ebcd8aedf48ba043929f630ff42a9a81 /src/Fl_x.cxx | |
| parent | d75f9a6b93d483bf41a33d1faad25c288cbdc560 (diff) | |
fixed a typo
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6712 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index f8df4d257..46ef72aa4 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1447,7 +1447,7 @@ void Fl_X::make_xid(Fl_Window* win, XVisualInfo *visual, Colormap colormap) if (win->border()) { // ensure border is on screen: - // (assumme extremely minimal dimensions for this border) + // (assume extremely minimal dimensions for this border) const int top = 20; const int left = 1; const int right = 1; @@ -1696,7 +1696,7 @@ void Fl_Window::label(const char *name,const char *iname) { // // On XFree86 (and prehaps all X's) this has a problem if the window // is resized while a save-behind window is atop it. The previous -// contents are restored to the area, but this assummes the area +// contents are restored to the area, but this assumes the area // is cleared to background color. So this is disabled in this version. // Fl_Window *fl_boxcheat; static inline int can_boxcheat(uchar b) {return (b==1 || (b&2) && b<=15);} |
