~ubuntu-branches/ubuntu/jaunty/geany/jaunty

« back to all changes in this revision

Viewing changes to scintilla/ScintillaGTK.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-02-25 21:12:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070225211213-jk4d4vxtgji0rj74
Tags: 0.10.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1116
1116
 
1117
1117
        gdk_gc_unref(gc);
1118
1118
#else
 
1119
        // check if e.g. an existing scroll event has occurred
 
1120
        if (rgnUpdate != NULL) {
 
1121
                Redraw();
 
1122
                return;
 
1123
        }
1119
1124
        gdk_window_scroll(wi->window, 0, -diff);
1120
1125
        gdk_window_process_updates(wi->window, FALSE);
1121
1126
#endif