aboutsummaryrefslogtreecommitdiff
path: root/src/BaseDisplay.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-01-09 21:54:51 (GMT)
committerfluxgen <fluxgen>2003-01-09 21:54:51 (GMT)
commitd019be5bf54d11a9e48ac73c7d8d430bd02cc9df (patch)
tree6db9979b6cbbf46f5d90f3ab2fd7cb95d5f7bd1b /src/BaseDisplay.hh
parentc9299fff8f5492df6aafce4455c1ee7cff1ab1f8 (diff)
downloadfluxbox-d019be5bf54d11a9e48ac73c7d8d430bd02cc9df.zip
fluxbox-d019be5bf54d11a9e48ac73c7d8d430bd02cc9df.tar.bz2
remove bexec
Diffstat (limited to 'src/BaseDisplay.hh')
-rw-r--r--src/BaseDisplay.hh10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh
index 96e9144..dc9f25c 100644
--- a/src/BaseDisplay.hh
+++ b/src/BaseDisplay.hh
@@ -22,7 +22,7 @@
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.34 2002/12/01 13:41:54 rathnor Exp $ 25// $Id: BaseDisplay.hh,v 1.35 2003/01/09 21:54:51 fluxgen Exp $
26 26
27#ifndef BASEDISPLAY_HH 27#ifndef BASEDISPLAY_HH
28#define BASEDISPLAY_HH 28#define BASEDISPLAY_HH
@@ -42,17 +42,13 @@ extern "C" {
42#include <list> 42#include <list>
43#include <vector> 43#include <vector>
44 44
45// forward declaration
46class ScreenInfo; 45class ScreenInfo;
47 46
48#define PropBlackboxHintsElements (5) 47#define PropBlackboxHintsElements (5)
49#define PropBlackboxAttributesElements (8) 48#define PropBlackboxAttributesElements (8)
50 49
51/// obsolete 50
52void bexec(const char *command, char *displaystring); 51/// Singleton class to manage display connection
53/**
54 Singleton class to manage display connection
55*/
56class BaseDisplay:public FbTk::App, private FbTk::NotCopyable 52class BaseDisplay:public FbTk::App, private FbTk::NotCopyable
57{ 53{
58public: 54public: