Skip to content

Commit

Permalink
ScreenshotManager: Fix invalid syntax (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Dec 29, 2024
1 parent 145a3eb commit 6b306f4
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 6b306f4

Please sign in to comment.