mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
@ -2,13 +2,12 @@
|
||||
// Name: webviewarchivehandler.h
|
||||
// Purpose: Custom webview handler to allow archive browsing
|
||||
// Author: Steven Lamerton
|
||||
// Id: $Id: webviewarchivehandler.h 69316 2011-10-05 21:21:51Z SJL $
|
||||
// Copyright: (c) 2011 Steven Lamerton
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_WEB_VIEW_FILE_HANDLER_H_
|
||||
#define _WX_WEB_VIEW_FILE_HANDLER_H_
|
||||
#ifndef _WX_WEBVIEW_FILE_HANDLER_H_
|
||||
#define _WX_WEBVIEW_FILE_HANDLER_H_
|
||||
|
||||
#include "wx/setup.h"
|
||||
|
||||
@ -20,7 +19,7 @@ class wxFileSystem;
|
||||
#include "wx/webview.h"
|
||||
|
||||
//Loads from uris such as scheme:///C:/example/example.html or archives such as
|
||||
//scheme:///C:/example/example.zip;protocol=zip/example.html
|
||||
//scheme:///C:/example/example.zip;protocol=zip/example.html
|
||||
|
||||
class WXDLLIMPEXP_WEBVIEW wxWebViewArchiveHandler : public wxWebViewHandler
|
||||
{
|
||||
@ -34,4 +33,4 @@ private:
|
||||
|
||||
#endif // wxUSE_WEBVIEW
|
||||
|
||||
#endif // _WX_WEB_VIEW_FILE_HANDLER_H_
|
||||
#endif // _WX_WEBVIEW_FILE_HANDLER_H_
|
||||
|
Reference in New Issue
Block a user