all repos — fluxbox @ d81df81428dd0bed0dc6201a91aa16c2f678d22b

custom fork of the fluxbox windowmanager

removed some functions
fluxgen fluxgen
commit

d81df81428dd0bed0dc6201a91aa16c2f678d22b

parent

3e1ac648d0f9dfe060091dc1f0c6e654064f4f7f

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

jump to
M src/ScreenInfo.hhsrc/ScreenInfo.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: ScreenInfo.hh,v 1.1 2003/05/10 13:54:29 fluxgen Exp $ +// $Id: ScreenInfo.hh,v 1.2 2003/05/10 23:01:00 fluxgen Exp $ #ifndef SCREENINFO_HH #define SCREENINFO_HH

@@ -45,15 +45,7 @@ public:

explicit ScreenInfo(int screen_num); ~ScreenInfo(); - inline Visual *getVisual() const { return visual; } - inline Window getRootWindow() const { return root_window; } - inline Colormap colormap() const { return m_colormap; } - - inline int getDepth() const { return depth; } inline int getScreenNumber() const { return screen_number; } - - inline unsigned int getWidth() const { return width; } - inline unsigned int getHeight() const { return height; } #ifdef XINERAMA inline bool hasXinerama() const { return m_hasXinerama; }