~ubuntu-branches/ubuntu/karmic/gcin/karmic

« back to all changes in this revision

Viewing changes to gtk_bug_fix.c

  • Committer: Bazaar Package Importer
  • Author(s): Kanru Chen
  • Date: 2009-05-12 11:35:18 UTC
  • mfrom: (1.1.11 upstream) (2.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090512113518-eb7ns0uc788csu0g
Tags: 1.4.5-1
* New Upstream Version
* Wrokaround dh_gtkmodules bug.
* Bump Standards-Versions to 3.8.1, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <dlfcn.h>
 
2
void gdk_window_freeze_toplevel_updates_libgtk_only(){}
 
3
void gdk_window_thaw_toplevel_updates_libgtk_only(){}
 
4
 
 
5
#if 0
 
6
void __attribute__((constructor)) __open_init()
 
7
{
 
8
  puts("gtk_bug_fix loaded");
 
9
}
 
10
#endif