Skip to content

Commit 4b7e32e

Browse files
committed
egldisplay: Fix bad use of X11 None symbol instead of nullptr
1 parent 5d0044a commit 4b7e32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panda/src/egldisplay/eglGraphicsBuffer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ open_buffer() {
172172
}
173173
}
174174

175-
if (eglgsg->_fbconfig == None) {
175+
if (eglgsg->_fbconfig == nullptr) {
176176
// If we didn't use an fbconfig to create the GSG, we can't create a
177177
// PBuffer.
178178
return false;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy