git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-02-13 17:23:13 +00:00
parent f9488c6611
commit 61aa560b2d
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
#include "X11/Xutil.h"
// Include common declarations
#include "x11/privx.h"
#include "wx/x11/privx.h"
class wxMouseEvent;
class wxKeyEvent;

View File

@@ -9,8 +9,8 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_PRIVATE_H_
#define _WX_PRIVATE_H_
#ifndef _WX_PRIVX_H_
#define _WX_PRIVX_H_
#include "wx/defs.h"
#include "wx/utils.h"
@@ -70,4 +70,4 @@ void wxAllocNearestColor(Display *display,Colormap colormap,XColor *xcolor);
void wxAllocColor(Display *display,Colormap colormap,XColor *xcolor);
#endif
// _WX_PRIVATE_H_
// _WX_PRIVX_H_