all repos — fluxbox @ 7d7ea613497f0e6d8f3b0b0ddf13a1bb320c7c46

custom fork of the fluxbox windowmanager

removed FbAtoms
fluxgen fluxgen
commit

7d7ea613497f0e6d8f3b0b0ddf13a1bb320c7c46

parent

ed5083f9bc367826ed1c1ac93232a4f81206de76

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

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

@@ -22,13 +22,13 @@ // 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.24 2002/08/13 23:58:26 fluxgen Exp $ +// $Id: BaseDisplay.hh,v 1.25 2002/08/14 21:21:30 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH #include "NotCopyable.hh" -#include "FbAtoms.hh" + #include <X11/Xlib.h> #ifdef XINERAMA

@@ -49,7 +49,7 @@

/// obsolete void bexec(const char *command, char *displaystring); -class BaseDisplay:private NotCopyable, public FbAtoms +class BaseDisplay:private NotCopyable { public: BaseDisplay(const char *app_name, const char *display_name = 0);