Skip to content

Commit

Permalink
Change usage of AeCairoAntialias: CAIRO_ANTIALIAS_NONE -> none
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Oct 4, 2023
1 parent 0dd94c2 commit 6794c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlocBenchs-FPS/PCRawSDLCairoWindow.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Class {
#pools : [
'SDL2Constants'
],
#category : 'BlocBenchs-FPS-Raw'
#category : #'BlocBenchs-FPS-Raw'
}

{ #category : #'as yet unclassified' }
Expand Down Expand Up @@ -221,7 +221,7 @@ PCRawSDLCairoWindow >> textureStrategySetupBlock [
isHighDPI ifTrue: [
aCairoContext
tolerance: 0.5;
antialias: AeCairoAntialias CAIRO_ANTIALIAS_NONE.
antialias: AeCairoAntialias none.
aCairoContext surface deviceScale: deviceScalePoint ] ]

]

0 comments on commit 6794c0c

Please sign in to comment.