wgldisplay: Mark a method as static

This commit is contained in:
rdb 2022-10-17 16:58:03 +02:00
parent 67fc72bdaf
commit fe7635d6e7

View File

@ -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();