diff options
Diffstat (limited to 'src/BaseDisplay.hh')
-rw-r--r-- | src/BaseDisplay.hh | 6 |
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 |
50 | void bexec(const char *command, char *displaystring); | 50 | void bexec(const char *command, char *displaystring); |
51 | 51 | ||
52 | class BaseDisplay:private NotCopyable, public FbAtoms | 52 | class BaseDisplay:private NotCopyable |
53 | { | 53 | { |
54 | public: | 54 | public: |
55 | BaseDisplay(const char *app_name, const char *display_name = 0); | 55 | BaseDisplay(const char *app_name, const char *display_name = 0); |