Browse Source

[Bugfix] Define "public" structure members as "c_public" in C includes in

vncExtInit.cc (alan dot coopersmith at sun dot com)


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3920 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.0.90
Adam Tkac 14 years ago
parent
commit
881b77c7e7
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      unix/xserver/hw/vnc/vncExtInit.cc

+ 2
- 0
unix/xserver/hw/vnc/vncExtInit.cc View File

@@ -24,6 +24,7 @@

extern "C" {
#define class c_class
#define public c_public
#define NEED_EVENTS
#include <X11/X.h>
#include <X11/Xproto.h>
@@ -38,6 +39,7 @@ extern "C" {
#include "vncExt.h"
#undef class
#undef xalloc
#undef public
}

#include <rfb/Configuration.h>

Loading…
Cancel
Save