Skip to content

Commit

Permalink
2.4 Snow Leopard hacks
Browse files Browse the repository at this point in the history
Eventually the Snow Leopard and mane branches will be merged into a
single unified mane branch with the advent of a smarter unified
Makefile.  That day sadly is not today.
  • Loading branch information
targetdisk committed Jan 12, 2024
1 parent 1f7a4a9 commit 3b4ba54
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RDeeM.app: SetResX Resources Info.plist monitor.icns


SetResX: main.o SRApplicationDelegate.o ResMenuItem.o cmdline.o utils.o
$(CC) $^ -o $@ $(ARCH_FLAGS) -framework CoreGraphics -framework Foundation -framework ApplicationServices -framework AppKit
$(CC) $^ -o $@ $(ARCH_FLAGS) -framework Foundation -framework ApplicationServices -framework AppKit


clean:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This is a tool that lets you use MacBook Pro Retina's highest and unsupported re
As an example, a Retina MacBook Pro 13" can be set to 3360×2100 maximum resolution, as
opposed to Apple's max supported 1680×1050. It is accessible from the menu bar.

![rdm-screenshot](img/RDeeM.png)
![rdm-screenshot](img/RDeeM_snowleopard.png)

You should prefer resolutions marked with 👁️ (retina ball), which indicates the
resolution is HiDPI or 2× or more dense in pixels.
Expand Down
1 change: 0 additions & 1 deletion cmdline.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>

#import <dlfcn.h>

Expand Down
Binary file added img/RDeeM_snowleopard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion utils.mm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>

#import <dlfcn.h>

Expand Down

0 comments on commit 3b4ba54

Please sign in to comment.