summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/rail.c
diff options
context:
space:
mode:
authorJim Grandy <jgrandy@authentic8.com>2013-08-08 09:21:40 -0700
committerJim Grandy <jgrandy@authentic8.com>2013-08-22 12:57:00 -0700
commita308d2e25c4e566669b86312d1bcf8a32c3cca1f (patch)
tree5e7811b4285194efcfaa27f8a936c7060810b084 /sesman/chansrv/rail.c
parentb7b3d9ef28e14e7e7ab20d74a71b1582bccf9430 (diff)
downloadxrdp-proprietary-a308d2e25c4e566669b86312d1bcf8a32c3cca1f.tar.gz
xrdp-proprietary-a308d2e25c4e566669b86312d1bcf8a32c3cca1f.zip
Fix errors cause by previous merge (2361914)
Diffstat (limited to 'sesman/chansrv/rail.c')
-rw-r--r--sesman/chansrv/rail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/rail.c b/sesman/chansrv/rail.c
index 10a67f07..3b8b2a0c 100644
--- a/sesman/chansrv/rail.c
+++ b/sesman/chansrv/rail.c
@@ -69,6 +69,8 @@ static Window g_focus_win = 0;
static int g_xrr_event_base = 0; /* non zero means we got extension */
+static Cursor g_default_cursor = 0;
+
/* used in valid field of struct rail_window_data */
#define RWD_X (1 << 0)
#define RWD_Y (1 << 1)