Skip to content

Commit

Permalink
ScreenshotManager: Fix invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano committed Dec 29, 2024
1 parent 145a3eb commit 9b5b04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenshotManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ namespace Gala {
var rect = window.get_frame_rect ();
#if HAS_MUTTER45
if (!include_frame) {
#if else
#else
if ((include_frame && window.is_client_decorated ()) ||
(!include_frame && !window.is_client_decorated ())) {
#endif
Expand Down

0 comments on commit 9b5b04a

Please sign in to comment.