git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 lines
516 B
C++
16 lines
516 B
C++
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: x11/data.cpp
|
|
// Purpose: Various X11-specific global data
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 17/09/98
|
|
// RCS-ID: $Id$
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// this file is empty for now but a translation unit is not supposed to be
|
|
// completely empty
|
|
extern int wxX11DummyData;
|
|
|