summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-04 00:26:45 +0000
committerDana Jansens <danakj@orodu.net>2002-12-04 00:26:45 +0000
commit1fa445c88033e564a25d907a7f478e76bff9e89e (patch)
treecb39dff31461cccbeefafd2ae2007a31b3b8be2d /src/frame.hh
parentbbdfd8f1d6b46954f5611f245ee2c68aa2fe91ce (diff)
handle configure requests
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.hh b/src/frame.hh
index 7f146a21..500dcb4a 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -91,7 +91,7 @@ public:
//! Reversely applies gravity for the client's gravity, moving the frame so
//! that the client is in its pre-gravity position
- void restoreGravity();
+ void reverseGravity();
};
}