Dnd constant name changes because names like Copy can be #defined by other
apps. Various other changes to stubs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -271,11 +271,9 @@ char* WXDLLEXPORT wxLoadUserResource(const wxString& resourceName, const wxStrin
|
||||
|
||||
// X only
|
||||
#ifdef __X__
|
||||
// Get X display: often needed in the wxWindows implementation.
|
||||
Display *wxGetDisplay(void);
|
||||
/* Matthew Flatt: Added wxSetDisplay and wxGetDisplayName */
|
||||
WXDisplay *wxGetDisplay();
|
||||
bool wxSetDisplay(const wxString& display_name);
|
||||
wxString wxGetDisplayName(void);
|
||||
wxString wxGetDisplayName();
|
||||
#endif
|
||||
|
||||
#ifdef __X__
|
||||
|
Reference in New Issue
Block a user