~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to gdk/gdkinternals.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
680
680
/*****************************
681
681
 * offscreen window routines *
682
682
 *****************************/
 
683
typedef struct _GdkOffscreenWindow      GdkOffscreenWindow;
 
684
#define GDK_TYPE_OFFSCREEN_WINDOW            (gdk_offscreen_window_get_type())
 
685
#define GDK_OFFSCREEN_WINDOW(object)         (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_OFFSCREEN_WINDOW, GdkOffscreenWindow))
 
686
#define GDK_IS_OFFSCREEN_WINDOW(object)      (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_OFFSCREEN_WINDOW))
683
687
GType gdk_offscreen_window_get_type (void);
 
688
GdkDrawable * _gdk_offscreen_window_get_real_drawable (GdkOffscreenWindow *window);
684
689
void       _gdk_offscreen_window_new                 (GdkWindow     *window,
685
690
                                                      GdkScreen     *screen,
686
691
                                                      GdkVisual     *visual,