Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Lakkimsetti2018-04-18 11:42:20 +0000
committerSravan Lakkimsetti2018-04-18 11:43:48 +0000
commit94ab8fcaec99c080d131f8d6a42885323937b7f7 (patch)
tree333051d40538dc8ca25768e98cb749db1b7ee314
parent55b58a7acb2d6b448c56e9e74694c84d0ea4aa0a (diff)
downloadrt.equinox.framework-94ab8fcaec99c080d131f8d6a42885323937b7f7.tar.gz
rt.equinox.framework-94ab8fcaec99c080d131f8d6a42885323937b7f7.tar.xz
rt.equinox.framework-94ab8fcaec99c080d131f8d6a42885323937b7f7.zip
Bug 530932 - Enable native scaling on Linux GTK
re enables native scaling in the launcher Change-Id: I721a26b40df526c1e884a5949a1014f84eb260ca Signed-off-by: Sravan Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c
index 25bcf14f4..c697dfa90 100644
--- a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c
+++ b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c
@@ -121,9 +121,6 @@ int loadGtk() {
setenv("OXYGEN_DISABLE_INNER_SHADOWS_HACK", "1", 0);
}
- /* Disable GTK scaling*/
- setenv("GDK_SCALE", "1", 1);
-
void *gioLib = NULL, *glibLib = NULL, *gdkLib = NULL, *gtkLib = NULL, *objLib = NULL, *pixLib = NULL;
char *gtk3 = getenv("SWT_GTK3");

Back to the top