~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to libgames-support/eggsmclient-private.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-05-30 13:32:04 UTC
  • mfrom: (1.3.4)
  • mto: (163.1.3 precise)
  • mto: This revision was merged to the branch mainline in revision 143.
  • Revision ID: package-import@ubuntu.com-20110530133204-celaq1v1dsxc48q1
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef __EGG_SM_CLIENT_PRIVATE_H__
21
21
#define __EGG_SM_CLIENT_PRIVATE_H__
22
22
 
 
23
#include <gtk/gtk.h>
 
24
 
 
25
#if !GTK_CHECK_VERSION(2,91,7) && !GTK_CHECK_VERSION(3,0,0)
 
26
/* GTK+ 3 includes this automatically */
23
27
#include <gdkconfig.h>
 
28
#endif
 
29
 
24
30
#include "eggsmclient.h"
25
31
 
26
32
G_BEGIN_DECLS