projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d897f4
)
big nono
author
Dana Jansens
<danakj@orodu.net>
Sun, 17 Nov 2002 16:00:12 +0000
(16:00 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 17 Nov 2002 16:00:12 +0000
(16:00 +0000)
otk/point.hh
patch
|
blob
|
history
diff --git
a/otk/point.hh
b/otk/point.hh
index edccbe1a7f44fd7d82398da3dcfb41dfffee608e..66c3b14d039e57150587b55e7258212a5a72dad4 100644
(file)
--- a/
otk/point.hh
+++ b/
otk/point.hh
@@
-28,9
+28,9
@@
public:
int x() const { return _x; }
//! Changes the y value to the new value specified
- void setY(int
x) { _x = x
; }
+ void setY(int
y) { _y = y
; }
//! Returns the y value
- int y() const { return _
x
; }
+ int y() const { return _
y
; }
//! Changes the x and y values
void setPoint(int x, int y) { _x = x; _y = y; }