mirror of https://github.com/BOINC/boinc.git
- fix build error in Linux screensaver (at least on FC14)
svn path=/trunk/boinc/; revision=24055
This commit is contained in:
parent
1eed0db2ec
commit
5fe6622001
|
@ -5146,3 +5146,9 @@ David 26 Aug 2011
|
|||
samples/vboxwrapper/
|
||||
vbox.cpp,h
|
||||
vboxwrapper.cpp
|
||||
|
||||
David 26 Aug 2011
|
||||
- fix build error in Linux screensaver (at least on FC14)
|
||||
|
||||
clientscr/
|
||||
screensaver_x11.cpp
|
||||
|
|
|
@ -52,8 +52,10 @@
|
|||
#include <pthread.h>
|
||||
#include <unistd.h>
|
||||
|
||||
extern "C" {
|
||||
#include <xcb/xcb.h>
|
||||
#include <xcb/xcb_atom.h>
|
||||
}
|
||||
|
||||
/// A screensaver window class.
|
||||
/** Creates a window in the size of the given parent.
|
||||
|
|
Loading…
Reference in New Issue