]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed HWND --> WXHWND in tooltip.h so it can be included in files
authorRobin Dunn <robin@alldunn.com>
Mon, 13 Sep 1999 19:19:57 +0000 (19:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 13 Sep 1999 19:19:57 +0000 (19:19 +0000)
that don't include windows headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/tooltip.h

index 41855799d924f2682b76adc0efa99738fc8b2788..d4a29c4f9cd4d5e394d99b4323e9f193583a5403 100644 (file)
@@ -35,7 +35,7 @@ public:
     void RelayEvent(WXMSG *msg);
 
 private:
     void RelayEvent(WXMSG *msg);
 
 private:
-    static HWND hwndTT;
+    static WXHWND hwndTT;
     // create the tooltip ctrl for our parent frame if it doesn't exist yet
     // and return its window handle
     WXHWND GetToolTipCtrl();
     // create the tooltip ctrl for our parent frame if it doesn't exist yet
     // and return its window handle
     WXHWND GetToolTipCtrl();
@@ -46,3 +46,4 @@ private:
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
 };
     wxString  m_text;           // tooltip text
     wxWindow *m_window;         // window we're associated with
 };
+