Revision: 55826
          http://sourceforge.net/p/brlcad/code/55826
Author:   vladbogo
Date:     2013-06-24 18:21:34 +0000 (Mon, 24 Jun 2013)
Log Message:
-----------
Added qt display manager info to dm.h

Modified Paths:
--------------
    brlcad/trunk/include/dm.h

Modified: brlcad/trunk/include/dm.h
===================================================================
--- brlcad/trunk/include/dm.h   2013-06-24 18:10:41 UTC (rev 55825)
+++ brlcad/trunk/include/dm.h   2013-06-24 18:21:34 UTC (rev 55826)
@@ -110,6 +110,7 @@
 #define DM_TYPE_TK     8
 #define DM_TYPE_RTGL   9
 #define DM_TYPE_TXT    10
+#define DM_TYPE_QT     11
 
 /* Line Styles */
 #define DM_SOLID_LINE 0
@@ -126,6 +127,7 @@
 #define IS_DM_TYPE_WGL(_t) ((_t) == DM_TYPE_WGL)
 #define IS_DM_TYPE_RTGL(_t) ((_t) == DM_TYPE_RTGL)
 #define IS_DM_TYPE_TXT(_t) ((_t) == DM_TYPE_TXT)
+#define IS_DM_TYPE_QT(_t) ((_t) == DM_TYPE_QT)
 
 #define GET_DM(p, structure, w, hp) { \
        register struct structure *tp; \
@@ -337,6 +339,7 @@
 DM_EXPORT extern struct dm dm_wgl;
 DM_EXPORT extern struct dm dm_X;
 DM_EXPORT extern struct dm dm_txt;
+DM_EXPORT extern struct dm dm_qt;
 
 DM_EXPORT extern int Dm_Init();
 DM_EXPORT extern struct dm *dm_open(Tcl_Interp *interp,

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to