Revision: 75535
          http://sourceforge.net/p/brlcad/code/75535
Author:   starseeker
Date:     2020-04-22 14:43:15 +0000 (Wed, 22 Apr 2020)
Log Message:
-----------
Need to define dm_wglvars

Modified Paths:
--------------
    brlcad/branches/dm-fb-merge/src/libdm/wgl/dm-wgl.h

Modified: brlcad/branches/dm-fb-merge/src/libdm/wgl/dm-wgl.h
===================================================================
--- brlcad/branches/dm-fb-merge/src/libdm/wgl/dm-wgl.h  2020-04-22 14:35:26 UTC 
(rev 75534)
+++ brlcad/branches/dm-fb-merge/src/libdm/wgl/dm-wgl.h  2020-04-22 14:43:15 UTC 
(rev 75535)
@@ -46,6 +46,21 @@
 /* Map +/-2048 GED space into -1.0..+1.0 :: x/2048*/
 #define GED2IRIS(x)    (((float)(x))*0.00048828125)
 
+struct dm_wglvars {
+    Display *dpy;
+    Window win;
+    Tk_Window top;
+    Tk_Window xtkwin;
+    int depth;
+    Colormap cmap;
+    PIXELFORMATDESCRIPTOR *vip;
+    HFONT fontstruct;
+    HDC  hdc;      /* device context of device that OpenGL calls are to be 
drawn on */
+    int devmotionnotify;
+    int devbuttonpress;
+    int devbuttonrelease;
+};
+
 struct wgl_vars {
     HGLRC glxc;
     GLdouble faceplate_mat[16];

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to