~ubuntu-branches/debian/sid/x42-plugins/sid

« back to all changes in this revision

Viewing changes to robtk/pugl/pugl_internal.h

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-03-23 18:26:21 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20150323182621-bxlw3w09u72u4ned
Tags: 20141101-1
* Imported Upstream version 20141101
* Bump Standards.
* Patch refreshed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
        int      width;
44
44
        int      height;
 
45
        int      min_width;
 
46
        int      min_height;
45
47
        int      mods;
46
48
        bool     mouse_in_view;
47
49
        bool     ignoreKeyRepeat;