~leighman/ubuntu/raring/workrave/fix-desktop-file-2

« back to all changes in this revision

Viewing changes to frontend/gtkmm/src/win32/W32TrayMenu.cc

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-24 11:04:41 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20130124110441-t06q3xlc7mp4406p
Tags: upstream-1.10
ImportĀ upstreamĀ versionĀ 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// W32TrayMenu.cc --- Menus using W32Tray+
2
2
//
3
 
// Copyright (C) 2001 - 2008, 2012 Rob Caelers & Raymond Penners
 
3
// Copyright (C) 2001 - 2008, 2012, 2013 Rob Caelers & Raymond Penners
4
4
// All rights reserved.
5
5
//
6
6
// This program is free software: you can redistribute it and/or modify
36
36
#include <gtkmm/menu.h>
37
37
#include <gtkmm/menushell.h>
38
38
 
39
 
#include <gtk/gtkmenu.h>
 
39
#include <glib.h>
 
40
#include <gtk/gtk.h>
 
41
#include <gdk/gdk.h>
40
42
#include <gdk/gdkwin32.h>
41
43
#include "gdk/gdkwindow.h"
42
44
#include <glib/gmain.h>