gtk: Add app indicator support as tray icon.

This commit is contained in:
Cheng Zhao 2014-06-01 10:20:06 +08:00
parent 065185baea
commit 9699dbb71f
8 changed files with 329 additions and 4 deletions

View file

@ -5,10 +5,10 @@
#ifndef ATOM_BROWSER_UI_GTK_STATUS_ICON_H_
#define ATOM_BROWSER_UI_GTK_STATUS_ICON_H_
#include <string>
#include <gtk/gtk.h>
#include <string>
#include "atom/browser/ui/tray_icon.h"
#include "ui/base/gtk/gtk_signal.h"