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

« back to all changes in this revision

Viewing changes to gdk/win32/gdkwin32.h

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
/* Return true if the GdkWindow is a win32 implemented window */
79
79
gboolean      gdk_win32_window_is_win32 (GdkWindow *window);
 
80
HWND          gdk_win32_window_get_impl_hwnd (GdkWindow *window);
80
81
 
81
82
/* Return the Gdk* for a particular HANDLE */
82
83
gpointer      gdk_win32_handle_table_lookup (GdkNativeWindow handle);