aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/BaseDisplay.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh
index 1adc8d3..5b2ea2c 100644
--- a/src/BaseDisplay.hh
+++ b/src/BaseDisplay.hh
@@ -22,13 +22,13 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: BaseDisplay.hh,v 1.24 2002/08/13 23:58:26 fluxgen Exp $ 25// $Id: BaseDisplay.hh,v 1.25 2002/08/14 21:21:30 fluxgen Exp $
26 26
27#ifndef BASEDISPLAY_HH 27#ifndef BASEDISPLAY_HH
28#define BASEDISPLAY_HH 28#define BASEDISPLAY_HH
29 29
30#include "NotCopyable.hh" 30#include "NotCopyable.hh"
31#include "FbAtoms.hh" 31
32#include <X11/Xlib.h> 32#include <X11/Xlib.h>
33 33
34#ifdef XINERAMA 34#ifdef XINERAMA
@@ -49,7 +49,7 @@ class ScreenInfo;
49/// obsolete 49/// obsolete
50void bexec(const char *command, char *displaystring); 50void bexec(const char *command, char *displaystring);
51 51
52class BaseDisplay:private NotCopyable, public FbAtoms 52class BaseDisplay:private NotCopyable
53{ 53{
54public: 54public:
55 BaseDisplay(const char *app_name, const char *display_name = 0); 55 BaseDisplay(const char *app_name, const char *display_name = 0);