X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fscreen.C;h=3eb74d34a319680b5ecaff650bc13d99c79a4f88;hb=a858be7332e331e0244e4dba7b0931b6072ffd3d;hp=b00fdfb12ff8e89ce80c941e47ee6668362d8492;hpb=0eccdd1c3613e5170deb77b22174dd0afde833e9;p=lyx.git diff --git a/src/screen.C b/src/screen.C index b00fdfb12f..3eb74d34a3 100644 --- a/src/screen.C +++ b/src/screen.C @@ -789,9 +789,7 @@ void LyXScreen::drawVerticalTableLine(int x, int y1, int y2, bool on_off) void LyXScreen::drawFrame(int /*ft*/, int x, int y, int w, int h, FL_COLOR /*col*/, int /*b*/) { -#ifdef WITH_WARNINGS -#warning Implement this using X11 calls, and the repaint problems are gone! -#endif +// Implement this using X11 calls, and the repaint problems are gone! // At least, I think that should do it since we only have them after // one of these buttons are displayed now! Lars, it seems you've hit the // nail :-) (Asger)