~noskcaj/ubuntu/trusty/xfwm4/4.11

« back to all changes in this revision

Viewing changes to src/screen.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez, Lionel Le Folgoc
  • Date: 2011-12-20 08:39:20 UTC
  • mfrom: (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20111220083920-70n7z88r0wnl1i1p
[ Lionel Le Folgoc ]
* New upstream release, including:
  - Fix crash in signal handler.                                  lp: #495361
* debian/patches:
  - 0001-Do-not-enforce-the-size-increment-only-if-the-size-r.patch: dropped,
    included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
void                     myScreenUngrabKeys                     (ScreenInfo *);
213
213
int                      myScreenGetKeyPressed                  (ScreenInfo *,
214
214
                                                                 XKeyEvent *);
 
215
int                      myScreenGetModifierPressed             (ScreenInfo *);
215
216
Client                  *myScreenGetClientFromWindow            (ScreenInfo *,
216
217
                                                                 Window,
217
218
                                                                 unsigned short);