~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to abi/include/fb/visuals.h

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Copyright (c) 2006 Martin Decky
 
3
 * Copyright (c) 2011 Petr Koupy
3
4
 * All rights reserved.
4
5
 *
5
6
 * Redistribution and use in source and binary forms, with or without
45
46
        VISUAL_BGR_8_8_8,
46
47
        VISUAL_BGR_0_8_8_8,
47
48
        VISUAL_BGR_8_8_8_0,
 
49
        VISUAL_ABGR_8_8_8_8,
 
50
        VISUAL_BGRA_8_8_8_8,
48
51
        VISUAL_RGB_8_8_8,
49
52
        VISUAL_RGB_0_8_8_8,
50
 
        VISUAL_RGB_8_8_8_0
 
53
        VISUAL_RGB_8_8_8_0,
 
54
        VISUAL_ARGB_8_8_8_8,
 
55
        VISUAL_RGBA_8_8_8_8
51
56
} visual_t;
52
57
 
53
58
#endif