From cc3754a2bdd6801179751d45f1df3b5816e189fc Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 17 May 2012 18:48:28 -0700 Subject: xorg: work on offscreen bitmaps --- common/xrdp_constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 1faeea33..035ba663 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -429,6 +429,7 @@ #define WND_TYPE_COMBO 7 #define WND_TYPE_SPECIAL 8 #define WND_TYPE_LISTBOX 9 +#define WND_TYPE_OFFSCREEN 10 /* button states */ #define BUTTON_STATE_UP 0 -- cgit v1.2.1