Quellcode durchsuchen

tag long-running function with BLOCKING

David Rose vor 14 Jahren
Ursprung
Commit
faf7af4b67
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      panda/src/pnmimage/pnmImage.h

+ 1 - 1
panda/src/pnmimage/pnmImage.h

@@ -116,7 +116,7 @@ PUBLISHED:
   void make_grayscale(double rc, double gc, double bc);
   INLINE void make_rgb();
 
-  void set_maxval(xelval maxval);
+  BLOCKING void set_maxval(xelval maxval);
 
   // The *_val() functions return or set the color values in the range
   // [0..get_maxval()].  This range may be different for different