Skip to content

Commit b32f77c

Browse files
committed
Merge branch 'directfb-1.7' of git+ssh://git.directfb.org/git/directfb/core/DirectFB into directfb-1.7
2 parents a99a541 + 9c79d75 commit b32f77c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/directfb.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,8 @@ typedef enum {
24512451
DSOR_2560_1440 = 0x00080000, /* 2560x1440 Resolution */
24522452
DSOR_2560_1600 = 0x00100000, /* 2650x1600 Resolution */
24532453
DSOR_3840_2160 = 0x00200000, /* 3840x2160 Resolution */
2454-
DSOR_ALL = 0x002FFFFF /* All Resolutions */
2454+
DSOR_4096_2160 = 0x00400000, /* 4096x2160 Resolution */
2455+
DSOR_ALL = 0x004FFFFF /* All Resolutions */
24552456
} DFBScreenOutputResolution;
24562457

24572458

0 commit comments

Comments
 (0)