summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2012-05-11 20:11:58 -0700
committerJay Sorg <jay.sorg@gmail.com>2012-05-11 20:11:58 -0700
commitc50425032c9da4950d41845c668e4056325e7737 (patch)
tree3ce2c401425f19717071e375479112fad653e525 /xorg/X11R7.6/rdp
parent273cb8a3766cd30ac72913421336042269dc4196 (diff)
downloadxrdp-proprietary-c50425032c9da4950d41845c668e4056325e7737.tar.gz
xrdp-proprietary-c50425032c9da4950d41845c668e4056325e7737.zip
xorg: change default resolution to 1024x768
Diffstat (limited to 'xorg/X11R7.6/rdp')
-rw-r--r--xorg/X11R7.6/rdp/rdpmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/X11R7.6/rdp/rdpmain.c b/xorg/X11R7.6/rdp/rdpmain.c
index 28c54e04..8e9117fb 100644
--- a/xorg/X11R7.6/rdp/rdpmain.c
+++ b/xorg/X11R7.6/rdp/rdpmain.c
@@ -486,8 +486,8 @@ ddxProcessArgument(int argc, char** argv, int i)
if (g_firstTime)
{
memset(&g_rdpScreen, 0, sizeof(g_rdpScreen));
- g_rdpScreen.width = 800;
- g_rdpScreen.height = 600;
+ g_rdpScreen.width = 1024;
+ g_rdpScreen.height = 768;
g_rdpScreen.depth = 24;
set_bpp(24);
g_rdpScreen.blackPixel = 1;