|
From: <axl...@us...> - 2008-12-06 20:18:05
|
Revision: 53
http://hgengine.svn.sourceforge.net/hgengine/?rev=53&view=rev
Author: axlecrusher
Date: 2008-12-06 20:18:00 +0000 (Sat, 06 Dec 2008)
Log Message:
-----------
Update
Modified Paths:
--------------
Mercury2/src/MercuryWindow.cpp
Mercury2/src/X11Window.cpp
Modified: Mercury2/src/MercuryWindow.cpp
===================================================================
--- Mercury2/src/MercuryWindow.cpp 2008-12-06 20:16:44 UTC (rev 52)
+++ Mercury2/src/MercuryWindow.cpp 2008-12-06 20:18:00 UTC (rev 53)
@@ -10,6 +10,8 @@
{
}
+MercuryWindow* MercuryWindow::m_windowInstance;
+
/*
* Copyright (c) 2008, Joshua Allen
* All rights reserved.
Modified: Mercury2/src/X11Window.cpp
===================================================================
--- Mercury2/src/X11Window.cpp 2008-12-06 20:16:44 UTC (rev 52)
+++ Mercury2/src/X11Window.cpp 2008-12-06 20:18:00 UTC (rev 53)
@@ -143,6 +143,11 @@
return true;
}
+void* X11Window::GetProcAddress(const string& x)
+{
+
+}
+
/***************************************************************************
* Copyright (C) 2008 by Joshua Allen *
* *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|