Code cleanup: make the source G rated again.

This commit is contained in:
Campbell Barton 2014-04-07 20:43:40 +10:00
parent 1279c39609
commit 5dc23e6df8
2 changed files with 2 additions and 2 deletions

View File

@ -1484,7 +1484,7 @@ int transformEvent(TransInfo *t, const wmEvent *event)
/* confirm transform if launch key is released after mouse move */
if (t->flag & T_RELEASE_CONFIRM) {
/* XXX Keyrepeat bug in Xorg fucks this up, will test when fixed */
/* XXX Keyrepeat bug in Xorg messes this up, will test when fixed */
if (event->type == t->launch_event && (t->launch_event == LEFTMOUSE || t->launch_event == RIGHTMOUSE)) {
t->state = TRANS_CONFIRM;
}

View File

@ -841,7 +841,7 @@ int BezierCurveShader::shade(Stroke& stroke) const
if (it.isEnd()) {
// XXX Shocking! :P Shouldn't we break in this case???
if (G.debug & G_DEBUG_FREESTYLE) {
cout << "fucked up" << endl;
cout << "messed up!" << endl;
}
}
}