~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

Viewing changes to services/panel-indicator-accessible.h

  • Committer: Rodrigo Moya
  • Date: 2011-01-30 17:46:02 UTC
  • mto: This revision was merged to the branch mainline in revision 812.
  • Revision ID: rodrigo.moya@canonical.com-20110130174602-vn2xbke40e7ihens
Several fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// -*- Mode: C; tab-width:2; indent-tabs-mode: t; c-basic-offset: 2 -*-
2
1
/*
3
2
 * Copyright (C) 2011 Canonical Ltd
4
3
 *
37
36
 
38
37
struct _PanelIndicatorAccessible
39
38
{
40
 
        AtkObject                        parent;
41
 
        PanelIndicatorAccessiblePrivate *priv;
 
39
  AtkObject                        parent;
 
40
  PanelIndicatorAccessiblePrivate *priv;
42
41
};
43
42
 
44
43
struct _PanelIndicatorAccessibleClass
45
44
{
46
 
        AtkObjectClass parent_class;
 
45
  AtkObjectClass parent_class;
47
46
};
48
47
 
49
48
GType      panel_indicator_accessible_get_type (void);