~ubuntu-branches/ubuntu/precise/hime/precise

« back to all changes in this revision

Viewing changes to src/gtk_bug_fix.c

  • Committer: Package Import Robot
  • Author(s): Yao Wei (魏銘廷)
  • Date: 2012-01-14 00:24:08 UTC
  • Revision ID: package-import@ubuntu.com-20120114002408-e79gagbeg1rt8npv
Tags: upstream-0.9.9
Import upstream version 0.9.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 @file gtk_bug_fix.c
 
3
 @brief Workaround for gtk_window_resize() bug
 
4
 
 
5
 https://bugzilla.gnome.org/573123
 
6
 
 
7
*/
 
8
 
 
9
#include <gtk/gtk.h>
 
10
 
 
11
void gdk_window_freeze_toplevel_updates_libgtk_only(GdkWindow *window) {}
 
12
void gdk_window_thaw_toplevel_updates_libgtk_only(GdkWindow *window) {}