Got Penguin sample running under Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-10 12:04:02 +00:00
parent b669a48e12
commit 45b5751fb4
11 changed files with 148 additions and 23 deletions

View File

@@ -28,7 +28,8 @@ extern "C" {
/* information needed to display lightwave mesh */
typedef struct
{
gint do_init; /* true if initgl not yet called */
// gint do_init; /* true if initgl not yet called */
int do_init;
lwObject *lwobject; /* lightwave object mesh */
float beginx,beginy; /* position of mouse */
float quat[4]; /* orientation of object */