Skip to content

Commit 9593c9b

Browse files
committed
add Window flags support. add gs format for img. fix register FB name.
1 parent 8a8264e commit 9593c9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/highgui/test/test_gui.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ TEST(Highgui_GUI, regression)
8080

8181
EXPECT_NO_THROW(destroyAllWindows());
8282
ASSERT_NO_THROW(namedWindow(window_name));
83-
#if defined HAVE_FRAMEBUFFER
84-
ASSERT_NO_THROW(resizeWindow(window_name, 800, 600));
85-
#endif
8683
const vector<int> channels = {1, 3, 4};
8784
const vector<int> depths = {CV_8U, CV_8S, CV_16U, CV_16S, CV_32F, CV_64F};
8885
for(int cn : channels)

0 commit comments

Comments
 (0)