diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-04-24 17:09:41 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-04-24 17:09:41 +0000 |
| commit | 3b768484358c6ce7cc8e769ac2bc0cd5da0b1924 (patch) | |
| tree | 28ca203dcfd95f8b33ba0576818362c79f611a66 /src | |
| parent | 89be9d5e04497817a62ac5060abd688bfd173413 (diff) | |
Documentation updates, also fixing STR #2574, trying to make clear
which events invisible and inactive widgets can get.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8623 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_PostScript.cxx | 4 | ||||
| -rw-r--r-- | src/Fl_win32.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_x.cxx | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx index 5a61e3a10..d02919379 100644 --- a/src/Fl_PostScript.cxx +++ b/src/Fl_PostScript.cxx @@ -3,7 +3,7 @@ // // PostScript device support for the Fast Light Tool Kit (FLTK). // -// Copyright 2010 by Bill Spitzak and others. +// Copyright 2010-2011 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -867,7 +867,7 @@ void Fl_PostScript_Graphics_Driver::line_style(int style, int width, char* dashe linedash_[0]=0; char width0 = 0; if(!width){ - width=1; //for screen drawing compatability + width=1; //for screen drawing compatibility width0=1; } diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 1fae9cf52..783f8d6b6 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1561,7 +1561,7 @@ Fl_X* Fl_X::make(Fl_Window* w) { w->redraw(); // force draw to happen } // If we've captured the mouse, we dont want to activate any - // other windows from the code, or we loose the capture. + // other windows from the code, or we lose the capture. ShowWindow(x->xid, !showit ? SW_SHOWMINNOACTIVE : (Fl::grab() || (style & WS_POPUP)) ? SW_SHOWNOACTIVATE : SW_SHOWNORMAL); diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 6b5ddf45f..51570d9f5 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -3,7 +3,7 @@ // // X specific code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2011 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public @@ -1253,7 +1253,7 @@ int fl_handle(const XEvent& thisevent) len = fl_utf8encode(XKeysymToUcs(keysym), buffer); if (len < 1) len = 1; // ignore all effects of shift on the keysyms, which makes it a lot - // easier to program shortcuts and is Windoze-compatable: + // easier to program shortcuts and is Windoze-compatible: keysym = XKeycodeToKeysym(fl_display, keycode, 0); } } |
