~noskcaj/ubuntu/trusty/xfwm4/4.11

« back to all changes in this revision

Viewing changes to src/compositor.h

  • Committer: Jackson Doak
  • Date: 2014-01-19 09:03:46 UTC
  • mfrom: (3.1.12 experimental)
  • Revision ID: noskcaj@ubuntu.com-20140119090346-e7kv45dk1sa3guvq
* Merge from Debian unstable.  Remaining changes:
  - debian/control: demote xfwm4-themes from Recommends to Suggests, per
    the 'other-p-xubuntu-cleanthemes' spec.
  - Add patch from XFCE bugzilla to fix fullscreen behavior with Qt
    based apps 

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                                                                 int);
54
54
void                     compositorHandleEvent                  (DisplayInfo *,
55
55
                                                                 XEvent *);
 
56
void                     compositorZoomIn                       (ScreenInfo *,
 
57
                                                                 XButtonEvent *);
 
58
void                     compositorZoomOut                      (ScreenInfo *,
 
59
                                                                 XButtonEvent *);
56
60
void                     compositorInitDisplay                  (DisplayInfo *);
57
61
void                     compositorSetCompositeMode             (DisplayInfo *,
58
62
                                                                 gboolean);