Merge branch 'master' of git.ucc.asn.au:ipdf/code
authorDavid Gow <[email protected]>
Mon, 7 Jul 2014 05:15:59 +0000 (13:15 +0800)
committerDavid Gow <[email protected]>
Mon, 7 Jul 2014 05:15:59 +0000 (13:15 +0800)
src/main.h

index 193206d..43d195f 100644 (file)
@@ -28,7 +28,7 @@ inline void MainLoop(Document & doc, const Rect & bounds = Rect(0,0,1,1), const
        Screen scr;
        View view(doc,scr, bounds, c);
        scr.DebugFontInit("DejaVuSansMono.ttf");
-       scr.SetMouseHandler([&](int x, int y, int buttons, int wheel) // [?] wtf
+       scr.SetMouseHandler([&](int x, int y, int buttons, int wheel) // [?] seriously WTF
        {
                static bool oldButtonDown = false;
                static int oldx, oldy;

UCC git Repository :: git.ucc.asn.au