Skip to content

Commit

Permalink
backend: gl: remove an unused type
Browse files Browse the repository at this point in the history
Signed-off-by: Yuxuan Shui <[email protected]>
  • Loading branch information
yshui committed Feb 14, 2024
1 parent 28cb220 commit e948b74
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/backend/gl/glx.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,6 @@ struct glx_fbconfig_info {
int y_inverted;
};

/// The search criteria for glx_find_fbconfig
struct glx_fbconfig_criteria {
/// Bit width of the red component
int red_size;
/// Bit width of the green component
int green_size;
/// Bit width of the blue component
int blue_size;
/// Bit width of the alpha component
int alpha_size;
/// The depth of X visual
int visual_depth;
};

struct glx_fbconfig_info *glx_find_fbconfig(struct x_connection *, struct xvisual_info);

struct glxext_info {
Expand Down

0 comments on commit e948b74

Please sign in to comment.