all repos — fluxbox @ 1e7ede26c413d8a08d42f41495254ebd5a6d22b2

custom fork of the fluxbox windowmanager

loaded functin
fluxgen fluxgen
commit

1e7ede26c413d8a08d42f41495254ebd5a6d22b2

parent

04d58f1c2db4a192cd034f11876afab3267a0eb1

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

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

@@ -19,7 +19,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: FontImp.hh,v 1.1 2002/10/13 22:22:14 fluxgen Exp $ +// $Id: FontImp.hh,v 1.2 2002/10/15 16:43:15 fluxgen Exp $ #ifndef FBTK_FONTIMP_HH #define FBTK_FONTIMP_HH

@@ -43,6 +43,7 @@ virtual bool load(const std::string &name) = 0;

virtual void drawText(Drawable w, int screen, GC gc, const char *text, size_t len, int x, int y) const = 0; virtual unsigned int textWidth(const char * const text, unsigned int size) const = 0; virtual unsigned int height() const = 0; + virtual bool loaded() const = 0; protected: FontImp() { } };