mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-27 05:40:17 +00:00
readd scaled resolutions
This commit is contained in:
parent
a547bdad12
commit
c5569d9600
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ void bar_create_window(struct bar* bar) {
|
|||
SLSNewWindow(g_connection, 2, bar->origin.x, bar->origin.y, frame_region, &bar->id);
|
||||
CFRelease(frame_region);
|
||||
|
||||
//SLSSetWindowResolution(g_connection, bar->id, 2.0f);
|
||||
SLSSetWindowResolution(g_connection, bar->id, 2.0f);
|
||||
SLSSetWindowTags(g_connection, bar->id, set_tags, 64);
|
||||
SLSClearWindowTags(g_connection, bar->id, clear_tags, 64);
|
||||
SLSSetWindowOpacity(g_connection, bar->id, 0);
|
||||
|
|
Loading…
Reference in a new issue