summaryrefslogtreecommitdiff
path: root/src/FbTk/FbWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r--src/FbTk/FbWindow.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh
index bf82324..88a00d8 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.18 2003/06/24 10:12:57 fluxgen Exp $ 22// $Id: FbWindow.hh,v 1.19 2003/07/02 05:17:30 fluxgen Exp $
23 23
24#ifndef FBTK_FBWINDOW_HH 24#ifndef FBTK_FBWINDOW_HH
25#define FBTK_FBWINDOW_HH 25#define FBTK_FBWINDOW_HH
@@ -88,7 +88,7 @@ public:
88 virtual void moveResize(int x, int y, unsigned int width, unsigned int height); 88 virtual void moveResize(int x, int y, unsigned int width, unsigned int height);
89 virtual void lower(); 89 virtual void lower();
90 virtual void raise(); 90 virtual void raise();
91 91 void setInputFocus(int revert_to, int time);
92 /// defines a cursor for this window 92 /// defines a cursor for this window
93 void setCursor(Cursor cur); 93 void setCursor(Cursor cur);
94 /// uses the parents cursor instead 94 /// uses the parents cursor instead