all repos — fluxbox @ d019be5bf54d11a9e48ac73c7d8d430bd02cc9df

custom fork of the fluxbox windowmanager

remove bexec
fluxgen fluxgen
commit

d019be5bf54d11a9e48ac73c7d8d430bd02cc9df

parent

c9299fff8f5492df6aafce4455c1ee7cff1ab1f8

1 files changed, 3 insertions(+), 7 deletions(-)

jump to
M src/BaseDisplay.hhsrc/BaseDisplay.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: BaseDisplay.hh,v 1.34 2002/12/01 13:41:54 rathnor Exp $ +// $Id: BaseDisplay.hh,v 1.35 2003/01/09 21:54:51 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH

@@ -42,17 +42,13 @@

#include <list> #include <vector> -// forward declaration class ScreenInfo; #define PropBlackboxHintsElements (5) #define PropBlackboxAttributesElements (8) -/// obsolete -void bexec(const char *command, char *displaystring); -/** - Singleton class to manage display connection -*/ + +/// Singleton class to manage display connection class BaseDisplay:public FbTk::App, private FbTk::NotCopyable { public: