remove compiler warnings

This commit is contained in:
Dana Jansens 2002-07-05 20:13:56 +00:00
parent b3c3157354
commit 4abbbd9f84

View file

@ -3113,6 +3113,7 @@ void BlackboxWindow::beginResize(int x_root, int y_root, Corner dir) {
default:
assert(false); // unhandled Corner
return; // unreachable, for the compiler
}
XGrabServer(blackbox->getXDisplay());
@ -3174,6 +3175,7 @@ void BlackboxWindow::doResize(int x_root, int y_root) {
default:
assert(false); // unhandled Corner
return; // unreachable, for the compiler
}
constrain(anchor, &gw, &gh);