Skip to content

Commit a99a541

Browse files
committed
Merge branch 'directfb-1.7' of git+ssh://git.directfb.org/git/directfb/core/DirectFB into directfb-1.7
2 parents 8c62b55 + 906886c commit a99a541

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
@@ -2450,7 +2450,8 @@ typedef enum {
24502450
DSOR_1920_1200 = 0x00040000, /* 1920x1200 Resolution */
24512451
DSOR_2560_1440 = 0x00080000, /* 2560x1440 Resolution */
24522452
DSOR_2560_1600 = 0x00100000, /* 2650x1600 Resolution */
2453-
DSOR_ALL = 0x001FFFFF /* All Resolutions */
2453+
DSOR_3840_2160 = 0x00200000, /* 3840x2160 Resolution */
2454+
DSOR_ALL = 0x002FFFFF /* All Resolutions */
24542455
} DFBScreenOutputResolution;
24552456

24562457

0 commit comments

Comments
 (0)