Committing in .
Enabling wxX11 for OpenVMS (Phase 2) -partly redo and fix for prevous commit Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/display.h wxWidgets/src/common/dpycmn.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#ifndef _WX_DISPLAY_H_BASE_
|
#ifndef _WX_DISPLAY_H_BASE_
|
||||||
#define _WX_DISPLAY_H_BASE_
|
#define _WX_DISPLAY_H_BASE_
|
||||||
|
|
||||||
#ifdef wxUSE_DISPLAY
|
#if wxUSE_DISPLAY
|
||||||
|
|
||||||
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
|
||||||
#pragma interface "displaybase.h"
|
#pragma interface "displaybase.h"
|
||||||
|
@@ -434,7 +434,7 @@
|
|||||||
/*
|
/*
|
||||||
* Use wxDisplay class
|
* Use wxDisplay class
|
||||||
*/
|
*/
|
||||||
#define wxUSE_DISPLAY !
|
#define wxUSE_DISPLAY 1
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Use this control
|
* Use this control
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "wx/display.h"
|
#include "wx/display.h"
|
||||||
|
|
||||||
#ifdef wxUSE_DISPLAY
|
#if wxUSE_DISPLAY
|
||||||
|
|
||||||
#include "wx/arrimpl.cpp"
|
#include "wx/arrimpl.cpp"
|
||||||
WX_DEFINE_OBJARRAY(wxArrayVideoModes);
|
WX_DEFINE_OBJARRAY(wxArrayVideoModes);
|
||||||
|
Reference in New Issue
Block a user