Skip to content

Commit

Permalink
Merge pull request #798 from mariux64/fix-gtk3-on-hidpi-displays
Browse files Browse the repository at this point in the history
Fix GTK+ 3 on HiDPI displays with scaling
  • Loading branch information
pmenzel authored Jun 1, 2018
2 parents 1714b17 + 3c78361 commit a911faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk3.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gtk3-3.22.30-0
# BEE_VERSION gtk3-3.22.30-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -15,7 +15,7 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gtk+/${PKGVERSION[2]}/gtk+-${
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/0001-gtksocket-Adjust-X-sizes-by-scale-factor.patch)

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand Down

0 comments on commit a911faa

Please sign in to comment.