all repos — fluxbox @ 868edbabf2f9d1bd602e526f45864ba79050c956

custom fork of the fluxbox windowmanager

include pixmap with mask
fluxgen fluxgen
commit

868edbabf2f9d1bd602e526f45864ba79050c956

parent

397e2a68cc7dba9315a30a0c041555df26d7516e

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

jump to
M src/FbTk/MenuItem.hhsrc/FbTk/MenuItem.hh

@@ -19,22 +19,23 @@ // 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: MenuItem.hh,v 1.6 2004/06/10 11:40:43 fluxgen Exp $ +// $Id: MenuItem.hh,v 1.7 2004/06/10 17:31:39 fluxgen Exp $ #ifndef FBTK_MENUITEM_HH #define FBTK_MENUITEM_HH #include "RefCount.hh" #include "Command.hh" +#include "PixmapWithMask.hh" #include <string> #include <memory> + namespace FbTk { class Menu; class MenuTheme; class FbDrawable; -class PixmapWithMask; /// An interface for a menu item in Menu class MenuItem {