mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
wgldisplay: Mark a method as static
This commit is contained in:
parent
67fc72bdaf
commit
fe7635d6e7
@ -38,7 +38,7 @@ public:
|
||||
|
||||
INLINE bool made_context() const;
|
||||
INLINE HGLRC get_context(HDC hdc);
|
||||
void get_properties(FrameBufferProperties &properties, HDC hdc, int pfnum);
|
||||
static void get_properties(FrameBufferProperties &properties, HDC hdc, int pfnum);
|
||||
bool get_properties_advanced(FrameBufferProperties &properties, HDC hdc, int pfnum);
|
||||
void choose_pixel_format(const FrameBufferProperties &properties, bool need_pbuffer);
|
||||
virtual void reset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user