~bratsche/libgrip/python-fixage-wip

« back to all changes in this revision

Viewing changes to src/gripgesturemanager.c

  • Committer: Cody Russell
  • Date: 2011-01-24 20:04:47 UTC
  • Revision ID: crussell@canonical.com-20110124200447-6qkaoo9gk7nk72kk
More cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
920
920
  g_return_if_fail (GRIP_IS_GESTURE_MANAGER (manager));
921
921
  g_return_if_fail (GTK_IS_WIDGET (widget));
922
922
 
923
 
  g_print ("register internal (gesture_type == %d, touch_points == %d)\n",
924
 
           gesture_type, touch_points);
925
 
 
926
923
  toplevel = gtk_widget_get_toplevel (widget);
927
924
 
928
925
  g_return_if_fail (GTK_IS_WINDOW (toplevel));