~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xwin/winmultiwindowwndproc.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include "winmsg.h"
43
43
#include "inputstr.h"
44
44
 
45
 
/*
46
 
 * External global variables
47
 
 */
48
 
 
49
 
extern Bool                     g_fCursor;
50
 
extern Bool                     g_fKeyboardHookLL;
51
 
extern Bool                     g_fSoftwareCursor;
52
 
extern Bool                     g_fButton[3];
53
 
 
54
45
extern void winUpdateWindowPosition (HWND hWnd, Bool reshape, HWND *zstyle);
55
46
 
56
47