Revision: 56605
          http://sourceforge.net/p/brlcad/code/56605
Author:   vladbogo
Date:     2013-08-05 21:40:05 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
If the qt display manager is enabled, check for events non-blocking.

Modified Paths:
--------------
    brlcad/trunk/src/mged/mged.c

Modified: brlcad/trunk/src/mged/mged.c
===================================================================
--- brlcad/trunk/src/mged/mged.c        2013-08-05 21:19:42 UTC (rev 56604)
+++ brlcad/trunk/src/mged/mged.c        2013-08-05 21:40:05 UTC (rev 56605)
@@ -1700,7 +1700,11 @@
        /* This test stops optimizers from complaining about an
         * infinite loop.
         */
+#ifdef DM_QT
+       if ((rateflag = event_check(1)) < 0) break;
+#else
        if ((rateflag = event_check(rateflag)) < 0) break;
+#endif /* DM_QT */
 
        /*
         * Cause the control portion of the displaylist to be updated

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to